mirror of
https://github.com/tendermint/tendermint.git
synced 2026-04-27 11:05:06 +00:00
This reverts commit 1b2174a0da.
This commit is contained in:
@@ -17,6 +17,7 @@ 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,6 +34,7 @@ Then run
|
||||
```sh
|
||||
go get github.com/tendermint/tendermint
|
||||
cd $GOPATH/src/github.com/tendermint/tendermint
|
||||
make tools
|
||||
make install_abci
|
||||
```
|
||||
|
||||
|
||||
@@ -25,6 +25,12 @@ git clone https://github.com/tendermint/tendermint.git
|
||||
cd tendermint
|
||||
```
|
||||
|
||||
### Get Tools & Dependencies
|
||||
|
||||
```sh
|
||||
make tools
|
||||
```
|
||||
|
||||
### Compile
|
||||
|
||||
```sh
|
||||
|
||||
Reference in New Issue
Block a user