mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-19 22:44:24 +00:00
docs: add assumption to getting started with abci-cli (#4098)
This commit is contained in:
committed by
Anton Kaliaev
parent
0335d07ff6
commit
735736e3a6
@@ -55,8 +55,10 @@ Let's start a kvstore application.
|
||||
abci-cli kvstore
|
||||
```
|
||||
|
||||
In another terminal, we can start Tendermint. If you have never run
|
||||
Tendermint before, use:
|
||||
In another terminal, we can start Tendermint. You should already have the
|
||||
Tendermint binary installed. If not, follow the steps from
|
||||
[here](../introduction/install.md). If you have never run Tendermint
|
||||
before, use:
|
||||
|
||||
```
|
||||
tendermint init
|
||||
|
||||
Reference in New Issue
Block a user