mirror of
https://github.com/fluencelabs/tendermint
synced 2025-04-27 07:42:14 +00:00
docs/examples: update quick start guide (#1351)
This commit is contained in:
parent
8c0c8e8e01
commit
6545a21369
@ -12,7 +12,7 @@ and want to get started right away, continue. Otherwise, [review the documentati
|
|||||||
On a fresh Ubuntu 16.04 machine can be done with [this script](https://git.io/vNLfY), like so:
|
On a fresh Ubuntu 16.04 machine can be done with [this script](https://git.io/vNLfY), like so:
|
||||||
|
|
||||||
```
|
```
|
||||||
curl -L https://git.io/vNLfY | bash
|
curl -L https://git.io/vxWlX | bash
|
||||||
source ~/.profile
|
source ~/.profile
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -4,8 +4,8 @@
|
|||||||
# and has only been tested on Digital Ocean
|
# and has only been tested on Digital Ocean
|
||||||
|
|
||||||
# get and unpack golang
|
# get and unpack golang
|
||||||
curl -O https://storage.googleapis.com/golang/go1.9.2.linux-amd64.tar.gz
|
curl -O https://storage.googleapis.com/golang/go1.10.linux-amd64.tar.gz
|
||||||
tar -xvf go1.9.2.linux-amd64.tar.gz
|
tar -xvf go1.10.linux-amd64.tar.gz
|
||||||
|
|
||||||
apt install make
|
apt install make
|
||||||
|
|
||||||
@ -26,7 +26,7 @@ go get $REPO
|
|||||||
cd $GOPATH/src/$REPO
|
cd $GOPATH/src/$REPO
|
||||||
|
|
||||||
## build
|
## build
|
||||||
git checkout v0.15.0
|
git checkout v0.16.0
|
||||||
make get_tools
|
make get_tools
|
||||||
make get_vendor_deps
|
make get_vendor_deps
|
||||||
make install
|
make install
|
Loading…
x
Reference in New Issue
Block a user