From 945282c6246f752ef7bdf032c8db38a22b7fa817 Mon Sep 17 00:00:00 2001 From: serinko <97586125+serinko@users.noreply.github.com> Date: Thu, 21 Dec 2023 18:21:20 +0100 Subject: [PATCH] add releases and simple command info --- documentation/dev-portal/src/events/37c3/nym-vpn.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/documentation/dev-portal/src/events/37c3/nym-vpn.md b/documentation/dev-portal/src/events/37c3/nym-vpn.md index c4a26bf926..3091836606 100644 --- a/documentation/dev-portal/src/events/37c3/nym-vpn.md +++ b/documentation/dev-portal/src/events/37c3/nym-vpn.md @@ -49,7 +49,7 @@ We have CLI and UI binaries available for Linux (Debian based) and macOS. ![](images/image1.png) -* Visit the [releases page](https://github.com/nymtech/nym/releases/) to download the binary for your system. +* Visit the [releases page](https://github.com/nymtech/nym/releases/tag/ccc) to download the binary for your system. * Open terminal in the same directory and make executable by running: ```sh @@ -106,6 +106,10 @@ entry_node_location = "DE" # two letters country code Make sure your terminal is open in the same directory as your `nym-vpn-cli` binary. +```admonish info +The entire command syntax with all the needed arguments' values and your private key for testing purposes can be found on our event webpage [nymvpn.com/en/37c3](https://nymvpn.com/en/37c3). +``` + Running a help command: ```sh @@ -161,7 +165,6 @@ To run the CLI a few things need to be specified: ```sh sudo ./nym-vpn-cli -c ./sandbox.env --entry-gateway-id --exit-router-address --enable-wireguard --private-key --wg-ip ``` -All the arguments' values and your private key for testing purposes can be found on our event webpage [nymvpn.com/en/37c3](https://nymvpn.com/en/37c3). ### Options Flags