From 3715860a47b34bb8ede2fb90baafbbaaff1a893e Mon Sep 17 00:00:00 2001 From: serinko <97586125+serinko@users.noreply.github.com> Date: Mon, 13 Nov 2023 15:43:38 +0100 Subject: [PATCH] add donwload binary steps --- .../src/binaries/pre-built-binaries.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/documentation/operators/src/binaries/pre-built-binaries.md b/documentation/operators/src/binaries/pre-built-binaries.md index 269c26276c..780b13e37f 100644 --- a/documentation/operators/src/binaries/pre-built-binaries.md +++ b/documentation/operators/src/binaries/pre-built-binaries.md @@ -4,3 +4,21 @@ The [Github releases page](https://github.com/nymtech/nym/releases) has pre-buil If the pre-built binaries don't work or are unavailable for your system, you will need to build the platform yourself. +## Setup Binaries + +> Any syntax in `<>` brackets is a user’s unique variable. Exchange with a corresponding name without the `<>` brackets. + +### Download Binary + +1. Open [Github releases page](https://github.com/nymtech/nym/releases) and right click on the binary you want +2. Select `Copy Link` +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 + +5. Run: +```sh +chmod +x +``` +