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
-1
View File
@@ -16,7 +16,6 @@ cd $GOPATH/src/github.com/tendermint
git clone https://github.com/tendermint/tendermint.git
cd tendermint
make get_tools
make get_vendor_deps
make install_abci
```
-1
View File
@@ -28,7 +28,6 @@ Then run
go get github.com/tendermint/tendermint
cd $GOPATH/src/github.com/tendermint/tendermint
make get_tools
make get_vendor_deps
make install_abci
```