1
0
Fork 0

Merge pull request #162 from rqlite/fix_contrib

Always fetch latest SQLite support
master
Philip O'Toole 8 years ago
commit 1dec4a0be0

@ -16,7 +16,7 @@ Download and run rqlite like so (tested on 64-bit Kubuntu 14.04 and OSX):
mkdir rqlite # Or any directory of your choice. mkdir rqlite # Or any directory of your choice.
cd rqlite/ cd rqlite/
export GOPATH=$PWD export GOPATH=$PWD
go get -t github.com/rqlite/rqlite/... go get -u -t github.com/rqlite/rqlite/...
$GOPATH/bin/rqlited ~/node.1 $GOPATH/bin/rqlited ~/node.1
``` ```

Loading…
Cancel
Save