From 836e237116a0eadbf346fe29637d008d0624eaff Mon Sep 17 00:00:00 2001 From: import this <97586125+serinko@users.noreply.github.com> Date: Fri, 26 Jan 2024 16:38:41 +0000 Subject: [PATCH] [DOC] Hot-Fix (#4355) * update gui ato-script * update scripts and simplify steps * finish NymVPN demo guide update --- documentation/dev-portal/src/nymvpn/cli.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/documentation/dev-portal/src/nymvpn/cli.md b/documentation/dev-portal/src/nymvpn/cli.md index 98e5e387ff..e2d96b6a5d 100644 --- a/documentation/dev-portal/src/nymvpn/cli.md +++ b/documentation/dev-portal/src/nymvpn/cli.md @@ -40,9 +40,7 @@ sudo ./execute-nym-vpn-cli-binary.sh - `do you want five hop or two hop?`: type `five` or `two` - `enable WireGuard? (yes/no):` if you chose yes, find your private key and wireguard IP [here](https://nymvpn.com/en/alpha) -6. To run `nym-vpn-cli` again, reconnect your wifi and run: -```sh -sudo ~/nym-vpn-cli-dir/nym-vpn-cli -``` +To run `nym-vpn-cli` again, reconnect your wifi, move to the directory of your CLI binary `cd ~/nym-vpn-cli-dir` and follow the guide for [Linux](cli-linux.md#run-nymvpn) or [MacOS](cli-mac.md#run-nymvpn). If you find it too difficult, just run this script again - like in step \#3 above. + +In case of errors check out the [troubleshooting](troubleshooting.md) section. -To understand the setup step by step, follow easy guides for [Linux](cli-linux.md) or [MacOS](cli-mac.md). In case of errors check out the [troubleshooting](troubleshooting.md) section.