diff --git a/README.md b/README.md index d2b3bb33..c45341cc 100644 --- a/README.md +++ b/README.md @@ -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) + diff --git a/docs/upgrade.md b/docs/upgrade.md index 5894a657..b570b3c9 100644 --- a/docs/upgrade.md +++ b/docs/upgrade.md @@ -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.