tooling: remove tools/Makefile (bp #6102) (#6106)

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:
mergify[bot]
2021-02-12 10:09:29 +00:00
committed by GitHub
parent 6bac9d9f43
commit 1b2174a0da
6 changed files with 86 additions and 155 deletions

View File

@@ -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
```

View File

@@ -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
```