Browse Source

docs: add assumption to getting started with abci-cli (#4098)

pull/4107/head
Vaibhav Sinha 5 years ago
committed by Anton Kaliaev
parent
commit
735736e3a6
1 changed files with 4 additions and 2 deletions
  1. +4
    -2
      docs/app-dev/getting-started.md

+ 4
- 2
docs/app-dev/getting-started.md View File

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


Loading…
Cancel
Save