Browse Source

docs/examples: update quick start guide (#1351)

pull/1353/merge
Zach 6 years ago
committed by Anton Kaliaev
parent
commit
6545a21369
2 changed files with 5 additions and 5 deletions
  1. +1
    -1
      docs/examples/getting-started.md
  2. +4
    -4
      docs/examples/install_tendermint.sh

+ 1
- 1
docs/examples/getting-started.md View File

@ -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:
```
curl -L https://git.io/vNLfY | bash
curl -L https://git.io/vxWlX | bash
source ~/.profile
```


+ 4
- 4
docs/examples/install_tendermint.sh View File

@ -4,8 +4,8 @@
# and has only been tested on Digital Ocean
# get and unpack golang
curl -O https://storage.googleapis.com/golang/go1.9.2.linux-amd64.tar.gz
tar -xvf go1.9.2.linux-amd64.tar.gz
curl -O https://storage.googleapis.com/golang/go1.10.linux-amd64.tar.gz
tar -xvf go1.10.linux-amd64.tar.gz
apt install make
@ -26,7 +26,7 @@ go get $REPO
cd $GOPATH/src/$REPO
## build
git checkout v0.15.0
git checkout v0.16.0
make get_tools
make get_vendor_deps
make install
make install

Loading…
Cancel
Save