mirror of
https://github.com/0glabs/0g-chain.git
synced 2024-11-10 10:05:18 +00:00
add missing installation instruction
helps if you install the dependencies
This commit is contained in:
parent
5b01a24ade
commit
14081205cb
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user