add missing installation instruction

helps if you install the dependencies
This commit is contained in:
Ruaridh 2018-08-19 17:10:53 -04:00 committed by GitHub
parent 5b01a24ade
commit 14081205cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 <your address> \
--chain-id kava-test-0 \
--shares-percent 1 \
--from <your name>
--from <your name>