From 735736e3a67365f50bff82cad82a673c6e639b18 Mon Sep 17 00:00:00 2001 From: Vaibhav Sinha Date: Sun, 3 Nov 2019 07:58:18 -0800 Subject: [PATCH] docs: add assumption to getting started with abci-cli (#4098) --- docs/app-dev/getting-started.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/app-dev/getting-started.md b/docs/app-dev/getting-started.md index b6521adbb..5992c63cb 100644 --- a/docs/app-dev/getting-started.md +++ b/docs/app-dev/getting-started.md @@ -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