1
0
Fork 0

Always fetch latest SQLite support

master
Philip O Toole 8 years ago
parent 3b1bdd3cb5
commit be6c91d2b5

@ -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.
cd rqlite/
export GOPATH=$PWD
go get -t github.com/rqlite/rqlite/...
go get -u -t github.com/rqlite/rqlite/...
$GOPATH/bin/rqlited ~/node.1
```

Loading…
Cancel
Save