From 0b60fed3392f12db22858f39b255bf87bfaa54c3 Mon Sep 17 00:00:00 2001 From: serinko <97586125+serinko@users.noreply.github.com> Date: Thu, 21 Dec 2023 15:48:39 +0100 Subject: [PATCH] add clarification on testing --- documentation/dev-portal/src/events/ccc23/nym-vpn.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/dev-portal/src/events/ccc23/nym-vpn.md b/documentation/dev-portal/src/events/ccc23/nym-vpn.md index ec54f6fd4b..4c71c32148 100644 --- a/documentation/dev-portal/src/events/ccc23/nym-vpn.md +++ b/documentation/dev-portal/src/events/ccc23/nym-vpn.md @@ -185,7 +185,7 @@ One of the main aim for the aplha demo is testing. Your share results will help 1. Create a directory called `nym-vpn_tests` and copy your `nym-vpn-cli` binary and `sandbox.env` to that directory 2. Copy the [block below](./nym-vpn.md#testssh) and save it to the same folder as `tests.sh` 3. Open terminal in the same directory -4. Turn off any existing VPN's and run `sudo sh ./tests.sh` +4. Turn off any existing VPN's (including the NymVPN instances) and run `sudo sh ./tests.sh` 5. In case of errors, see [troubleshooting section](./nym-vpn.md#missing-jq-error) below 6. The script will print a JSON view of existing Gateways and prompt you to chose - `enter a gateway ID`: paste one of the values labeled with a key `"identityKey"` printed above (without `" "`)