updated per ethan's instructions

This commit is contained in:
H Copperm 2017-03-03 13:39:38 -08:00 committed by GitHub
parent f538761329
commit 17585244a1
1 changed files with 2 additions and 4 deletions

View File

@ -27,13 +27,11 @@ go get -u github.com/tendermint/basecoin/cmd/basecoin
```
In some cases, if that fails, or if another branch is required, you may have to compile from source.
If that fails, or if another branch is required, you may have to compile from source.
You will first need to install the Golang package manager [`glide`](https://github.com/Masterminds/glide).
```
cd $GOPATH
git clone git@github.com:tendermint/basecoin.git
cd src/github.com/tendermint/basecoin
cd $GOPATH/src/github.com/tendermint/basecoin
git checkout develop # (until we release tendermint v0.9)
make get_vendor_deps
make install