minor docs clarifications

This commit is contained in:
rhuairahrighairigh 2018-10-05 14:42:03 -04:00
parent 88ef5117b4
commit a761ea1489
2 changed files with 10 additions and 9 deletions

View File

@ -27,6 +27,7 @@ If you're interested in being a validator join the chat and checkout the setup i
# Find Out More
- [Installation and Setup](docs/setup.md)
- [Upgrading to a New Testnet](docs/upgrade.md)
- [Basic Usage](docs/usage.md)
- [Payment Channels](docs/paychans.md)
- [Upgrading Testnet](docs/upgrade.md)

View File

@ -5,23 +5,23 @@ These are some guidelines to upgrade to a new testnet if you where validating on
1. Stop the current validator.
1. Remove the old config.
rm -r $HOME/.kvd
rm -r $HOME/.kvcli
1. Get the latest code.
cd $GOPATH/src/github.com/kava-labs/kava
git pull
2. Get the latest dependencies.
1. Get the latest dependencies.
dep ensure -vendor-only
3. Install.
1. Install.
go install ./cmd/kvd
go install ./cmd/kvcli
4. Remove old config.
rm -r $HOME/.kvd
rm -r $HOME/.kvcli
5. Follow the installation instructions for running a full node and becoming a validator.
1. Follow the installation instructions for running a full node and becoming a validator.