Skip to content

Commit

Permalink
Add download links for Windows and remove RPM support (#698)
Browse files Browse the repository at this point in the history
Co-authored-by: Thiago Silva <[email protected]>
  • Loading branch information
thsfs and Thiago Silva authored Mar 12, 2024
1 parent 5b0264a commit 03fbc86
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
18 changes: 9 additions & 9 deletions docs/snippets/current-build-links-main.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
| OS | Download link/command | Verification |
|---------------------|---------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------|
| Universal Linux | https://repo.nano.org/live/binaries/nano-node-V26.1-Linux.tar.bz2 | [SHA256 Checksum](https://repo.nano.org/live/binaries/nano-node-V26.1-Linux.tar.bz2.sha256) |
| Debian | https://repo.nano.org/live/binaries/nano-node-V26.1-Linux.deb | [SHA256 Checksum](https://repo.nano.org/live/binaries/nano-node-V26.1-Linux.deb.sha256) |
| macOS | https://repo.nano.org/live/binaries/nano-node-V26.1-Darwin.dmg | [SHA256 Checksum](https://s3.us-east-2.amazonaws.com/repo.nano.org/live/binaries/nano-node-V26.1-Darwin.dmg.sha256) |
| Windows (exe) | V26.1 is not available yet. | |
| Windows (zip) | V26.1 is not available yet. | |
| Docker | `docker pull nanocurrency/nano:V26.1`<br />See [Pulling the Docker Image](/running-a-node/node-setup/#pulling-the-docker-image) for more details. | |
| RHEL/RockyLinux rpm | V26.1 is not available yet. | |
| OS | Download link/command | Verification |
|---------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------|
| Universal Linux | https://repo.nano.org/live/binaries/nano-node-V26.1-Linux.tar.bz2 | [SHA256 Checksum](https://repo.nano.org/live/binaries/nano-node-V26.1-Linux.tar.bz2.sha256) |
| Debian | https://repo.nano.org/live/binaries/nano-node-V26.1-Linux.deb | [SHA256 Checksum](https://repo.nano.org/live/binaries/nano-node-V26.1-Linux.deb.sha256) |
| macOS | https://repo.nano.org/live/binaries/nano-node-V26.1-Darwin.dmg | [SHA256 Checksum](https://s3.us-east-2.amazonaws.com/repo.nano.org/live/binaries/nano-node-V26.1-Darwin.dmg.sha256) |
| Windows (exe) | https://repo.nano.org/live/binaries/nano-node-V26.1-win64.exe | [SHA256 Checksum](https://repo.nano.org/live/binaries/nano-node-V26.1-win64.exe.sha256) |
| Windows (zip) | https://repo.nano.org/live/binaries/nano-node-V26.1-win64.zip | [SHA256 Checksum](https://repo.nano.org/live/binaries/nano-node-V26.1-win64.zip.sha256) |
| Docker | `docker pull nanocurrency/nano:V26.1`<br />See [Pulling the Docker Image](/running-a-node/node-setup/#pulling-the-docker-image) for more details. | |
| RHEL/RockyLinux rpm | Not available anymore. Please check [Build Options](#build-options) for build instructions. | |
16 changes: 8 additions & 8 deletions docs/snippets/current-build-links-test.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
| OS | Download link/command |
|---------------------|-------------------------------------------------------------------|
| OS | Download link/command |
|---------------------|------------------------------------------------------------------|
| Universal Linux | https://repo.nano.org/test/binaries/nano-node-V26.1-Linux.tar.bz2 |
| Debian | https://repo.nano.org/test/binaries/nano-node-V26.1-Linux.deb |
| macOS | https://repo.nano.org/test/binaries/nano-node-V26.1-Darwin.dmg |
| Windows (exe) | V26.1 is not available yet. |
| Windows (zip) | V26.1 is not available yet. |
| Docker | `docker pull nanocurrency/nano-test:V26.1` |
| RHEL/RockyLinux rpm | Not available for the test network |
| Debian | https://repo.nano.org/test/binaries/nano-node-V26.1-Linux.deb |
| macOS | https://repo.nano.org/test/binaries/nano-node-V26.1-Darwin.dmg |
| Windows (exe) | https://repo.nano.org/test/binaries/nano-node-V26.1-win64.exe |
| Windows (zip) | https://repo.nano.org/test/binaries/nano-node-V26.1-win64.zip |
| Docker | `docker pull nanocurrency/nano-test:V26.1` |
| RHEL/RockyLinux rpm | Not available anymore. Please check [Build Options](#build-options) for build instructions. |

0 comments on commit 03fbc86

Please sign in to comment.