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
```
-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
```
-1
View File
@@ -75,6 +75,5 @@ Each of the connections is handled via two separate goroutines.
## Development
```
make get_vendor_deps
make test
```
-1
View File
@@ -88,6 +88,5 @@ websocket.
```
make get_tools
make get_vendor_deps
make test
```