Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add download links for Windows and remove RPM support #698

Merged
merged 1 commit into from
Mar 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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. |
Loading