1
0
Fork 0

Update CONTRIBUTING.md

master
Philip O'Toole 4 years ago committed by GitHub
parent 5693044c44
commit 4f78b14a35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -21,7 +21,11 @@ A key design goal of rqlite is to keep the build process as simple as possible.
mkdir rqlite # Or any directory of your choice.
cd rqlite/
export GOPATH=$PWD
go get -u -t github.com/rqlite/rqlite/...
mkdir -p src/github.com/rqlite
cd src/github.com/rqlite
git clone git@github.com:rqlite/rqlite.git
cd rqlite
go install ./...
$GOPATH/bin/rqlited ~/node.1
```
This starts a rqlite server listening on localhost, port 4001. This single node automatically becomes the leader.

Loading…
Cancel
Save