From e2e49e7136301dcaa8ed4c916c8e566a0d5a7554 Mon Sep 17 00:00:00 2001 From: import this <97586125+serinko@users.noreply.github.com> Date: Sun, 18 Aug 2024 11:55:28 +0000 Subject: [PATCH] docs/hotfix --- documentation/operators/src/changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/operators/src/changelog.md b/documentation/operators/src/changelog.md index b4a77e5cc2..707adc484c 100644 --- a/documentation/operators/src/changelog.md +++ b/documentation/operators/src/changelog.md @@ -106,7 +106,7 @@ sudo -E ./nym-vpn-cli -c ../qa.env run --entry-gateway-id $entry_gateway --exit- - **Download Nym Node:** - You can download the `nym-node` binary directly using the following command: ```bash -curl -L https://github.com/nymtech/nym/releases/tag/nym-binaries-v2024.9-topdeck/nym-node -o nym-node && chmod u+x nym-node +curl -L https://github.com/nymtech/nym/releases/download/nym-binaries-v2024.9-topdeck/nym-node -o nym-node && chmod u+x nym-node ``` **Step 1: Update UFW Firewall Rules**