From 14081205cb36d4d0dd2f179925047b64890c791f Mon Sep 17 00:00:00 2001 From: Ruaridh Date: Sun, 19 Aug 2018 17:10:53 -0400 Subject: [PATCH] add missing installation instruction helps if you install the dependencies --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e97686f1..17255b67 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ Requirements: go installed and set up. cd $GOPATH/src/github.com/kava-labs git clone https://github.com/kava-labs/kava cd kava + dep ensure go install ./cmd/kvd go install ./cmd/kvcli @@ -93,4 +94,4 @@ In order to stop validating, first remove yourself as validator, then you can st --address-validator \ --chain-id kava-test-0 \ --shares-percent 1 \ - --from \ No newline at end of file + --from