From adc2088aacb77fef2155b62191818acd55713ed3 Mon Sep 17 00:00:00 2001 From: Philip O'Toole Date: Wed, 15 Jul 2020 08:16:35 -0400 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1f0b7d2b..167bcc79 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 -go get -u -t github.com/rqlite/rqlite/... +GO111MODULE=on 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.