1
0
Fork 0

Update CONTRIBUTING.md

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

@ -21,7 +21,7 @@ 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
GO111MODULE=on go get -u -t github.com/rqlite/rqlite/...
go get -u -t github.com/rqlite/rqlite/...
$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