From 3e2009aa9d228b549da2c19e7e4de59e32c08d21 Mon Sep 17 00:00:00 2001 From: mx Date: Mon, 17 Apr 2023 15:07:35 +0200 Subject: [PATCH] small tweaks --- documentation/docs/src/binaries/building-nym.md | 2 -- documentation/docs/src/nodes/validator-setup.md | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/documentation/docs/src/binaries/building-nym.md b/documentation/docs/src/binaries/building-nym.md index 6a624d5074..06edd54a2f 100644 --- a/documentation/docs/src/binaries/building-nym.md +++ b/documentation/docs/src/binaries/building-nym.md @@ -68,5 +68,3 @@ The repository also contains Typescript applications which aren't built in this * [Network Explorer UI](../explorers/mixnet-explorer.md) > You cannot build from GitHub's .zip or .tar.gz archive files on the releases page - the Nym build scripts automatically include the current git commit hash in the built binary during compilation, so the build will fail if you use the archive code (which isn't a Git repository). Check the code out from github using `git clone` instead. - -> You cannot build from GitHub's .zip or .tar.gz archive files on the releases page - the Nym build scripts automatically include the current git commit hash in the built binary during compilation, so the build will fail if you use the archive code (which isn't a Git repository). Check the code out from github using `git clone` instead. diff --git a/documentation/docs/src/nodes/validator-setup.md b/documentation/docs/src/nodes/validator-setup.md index 46efb3e1f6..c19dfac1fc 100644 --- a/documentation/docs/src/nodes/validator-setup.md +++ b/documentation/docs/src/nodes/validator-setup.md @@ -147,7 +147,7 @@ If you don't save the validator key, then it can't sign blocks and will be jaile there is no way to deterministically (re)generate this key. ``` -At this point, you have a new validator, with its own genesis file located at `$HOME/.nyxd/config/genesis.json`. You will need to replace the contents of that file that with either the Nyx Mainnet genesis file or Sandbox Sandbox Testnet genesis file. +At this point, you have a new validator, with its own genesis file located at `$HOME/.nyxd/config/genesis.json`. You will need to replace the contents of that file that with either the Nyx Mainnet or Sandbox Testnet genesis file. You can use the following command to download them for the correct network: