From 4cb0231acf07353e7a4544de2041a56604a35ef8 Mon Sep 17 00:00:00 2001 From: serinko <97586125+serinko@users.noreply.github.com> Date: Mon, 13 Nov 2023 15:47:27 +0100 Subject: [PATCH] add run binary steps --- .../operators/src/binaries/pre-built-binaries.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/documentation/operators/src/binaries/pre-built-binaries.md b/documentation/operators/src/binaries/pre-built-binaries.md index 780b13e37f..2112670418 100644 --- a/documentation/operators/src/binaries/pre-built-binaries.md +++ b/documentation/operators/src/binaries/pre-built-binaries.md @@ -15,10 +15,19 @@ If the pre-built binaries don't work or are unavailable for your system, you wil 3. Open your VPS terminal in a directory where you want to download Nym binaries. 4. Download binary by running `wget ` where `` shall be in your clipboard from point \# 2. -## Make Executable +### Make Executable -5. Run: +5. Run command: ```sh chmod +x ``` +### Run Binary +Now you can use your binary, initialise and run your Nym Node. Follow the guide according to the type of your binary. + +**Node setup and usage guides:** + +* [Mix nodes](./nodes/mix-node-setup.md) +* [Gateways](./nodes/gateway-setup.md) +* [Network requesters](./nodes/network-requester-setup.md) +* [Validators](./nodes/validator-setup.md)