Merge pull request #58 from tendermint/git-pull

Update install.md to include git pull
This commit is contained in:
Ethan Buchman 2017-03-28 12:34:00 -04:00 committed by GitHub
commit 2bf2d00ce5
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ the correct way to install is:
```
cd $GOPATH/src/github.com/tendermint/basecoin
git pull origin master
make get_vendor_deps
make install
```