From 1195b120ff17b5ccb4ac1d919bf6f6a681b5eb63 Mon Sep 17 00:00:00 2001 From: import this <97586125+serinko@users.noreply.github.com> Date: Thu, 13 Jun 2024 09:09:53 +0000 Subject: [PATCH] update nymvpn cli page (#4649) --- documentation/dev-portal/src/nymvpn/cli.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/documentation/dev-portal/src/nymvpn/cli.md b/documentation/dev-portal/src/nymvpn/cli.md index 5360165382..b921d4f859 100644 --- a/documentation/dev-portal/src/nymvpn/cli.md +++ b/documentation/dev-portal/src/nymvpn/cli.md @@ -1,6 +1,8 @@ # NymVPN CLI Guide ```admonish info +To download NymVPN desktop version, visit [nymvpn.com/en/download](https://nymvpn.com/en/download). + NymVPN is an experimental software and it's for testing purposes only. Anyone can submit a registration to the private alpha round on [nymvpn.com](https://nymvpn.com/en). ``` @@ -19,7 +21,7 @@ The core binaries consist of: > Any syntax in `<>` brackets is a user's/version unique variable. Exchange with a corresponding name without the `<>` brackets. -1. Open Github [releases page]({{nym_vpn_releases}}) and download the CLI latest binary for your system +1. Open Github [releases page]({{nym_vpn_releases}}) and download the CLI latest binary for your system (labelled as `nym-vpn-core`) 2. Verify sha hash of your downloaded binary with the one listed on the [releases page]({{nym_vpn_releases}}). You can use a simple `shasum` command and compare strings (ie with Python) or run in the same directory the following command, exchanging `` with the one of your binary, like in the example: ```sh