Update install.md to include git pull

This commit is contained in:
H Copperm 2017-03-23 16:39:23 -07:00 committed by GitHub
parent e97c4b5d04
commit 86778297c0
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
```