Remove references to make get_vendor_deps

This commit is contained in:
Jack Zampolin
2019-05-02 17:02:33 -07:00
parent 9c67427b2d
commit 536dcd1a21
22 changed files with 7 additions and 29 deletions
-2
View File
@@ -29,7 +29,6 @@ cd tendermint
```
make get_tools
make get_vendor_deps
```
### Compile
@@ -71,7 +70,6 @@ To upgrade, run
```
cd $GOPATH/src/github.com/tendermint/tendermint
git pull origin master
make get_vendor_deps
make install
```