Skip to content

Commit

Permalink
[HOTFIX/DOCs]: Update pre-built-binaries.mdx (#5385)
Browse files Browse the repository at this point in the history
  • Loading branch information
serinko authored Jan 24, 2025
1 parent 9d01474 commit ff91d46
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,13 @@ If the pre-built binaries don't work or are unavailable for your system, you wil
- Download from your terminal using `curl` or `wget` tool:
```sh
# using curl
curl -L <LINK> -o <PATH>/nym-node
curl -L <LINK> -o <PATH>

# using wget
wget <LINK>
```
In case you want to download binary to your current working directory, drop `<PATH>` from the command

In case you want to download binary to your current working directory, drop `<PATH>` from the command

###### 2. Verify the binary `sha256sum` hash

<div>
Expand Down

0 comments on commit ff91d46

Please sign in to comment.