diff --git a/validator/README.md b/validator/README.md index e3a5722acf..1c6467e22d 100644 --- a/validator/README.md +++ b/validator/README.md @@ -10,9 +10,11 @@ The Nym Validator has several jobs: Some of these functions may be moved away to their own node types in the future, for example to increase scalability or performance. At the moment, we'd like to keep deployments simple, so they're all in the validator node. -Running the validator ---------------------- +Running the validator on your local machine +------------------------------------------- 1. Download and install [Tendermint 0.32.7](https://github.com/tendermint/tendermint/releases/tag/v0.32.7) -2. `tendermint init` -3. `tendermint node` \ No newline at end of file +2. `tendermint init` sets up Tendermint for use +3. `tendermint node` runs Tendermint +4. `cargo run -- run` builds the Nym Validator and runs it +