mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-07 05:46:32 +00:00
Description We use docker for all protobuf related items. This makes it unnecessary to provide a way to download tooling. ref #6103 Co-authored-by: Tess Rinearson <tess.rinearson@gmail.com> Co-authored-by: Marko <marbar3778@yahoo.com>
This commit is contained in:
@@ -17,7 +17,6 @@ Next, install the `abci-cli` tool and example applications:
|
||||
```sh
|
||||
git clone https://github.com/tendermint/tendermint.git
|
||||
cd tendermint
|
||||
make tools
|
||||
make install_abci
|
||||
```
|
||||
|
||||
|
||||
@@ -34,7 +34,6 @@ Then run
|
||||
```sh
|
||||
go get github.com/tendermint/tendermint
|
||||
cd $GOPATH/src/github.com/tendermint/tendermint
|
||||
make tools
|
||||
make install_abci
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user