move Linux download hints to Downloads page

This commit is contained in:
Kenneth Bingham 2023-02-14 15:40:43 -05:00
parent 59b115c066
commit db177babad
No known key found for this signature in database
GPG Key ID: 31709281860130B6
2 changed files with 10 additions and 10 deletions

View File

@ -6,4 +6,12 @@ sidebar_position: 100
Right now all `zrok` binaries are delivered from the release page at GitHub.
Head over to https://github.com/openziti/zrok/releases/latest to find the latest downloads.
Head over to https://github.com/openziti/zrok/releases/latest to find the latest downloads.
You need the right download for your OS and CPU. This can be confusing for Raspberry Pi users because their Raspberry Pi OS could be 32bit or 64bit. Linux users can find the right version by looking up the result of `uname -m` in this table.
| |Linux Download Name |
|-----------------------------|------------|
| AMD 64bit (x86_64) |linux-amd64 |
| ARM 64bit (aarch64, arm/v8) |linux-arm64 |
| ARM 32bit (armhf, arm/v7) |linux-armv7 |

View File

@ -30,15 +30,7 @@ out directly.
## Downloading zrok
Releases are also available from the `zrok` project repository on GitHub at https://github.com/openziti/zrok/releases/latest
You need the right download for your OS and CPU. This can be confusing for Raspberry Pi users because their Raspberry Pi OS could be 32bit or 64bit. Linux users can find the right version by looking up the result of `uname -m` in this table.
| |macOS |Windows |Linux |
|----------------------------|------------|-------------|------------|
| AMD (x86_64) 64bit |darwin-amd64|windows-amd64|linux-amd64 |
| ARM (aarch64, arm/v8) 64bit|darwin-arm64| |linux-arm64 |
| ARM (armhf, arm/v7) 32bit | | |linux-armv7 |
Releases are also available from the `zrok` project repository on GitHub at https://github.com/openziti/zrok/releases/latest. If you're a Linux user and you're not sure which download to use then check out the hints on [the Downloads page](./downloads.md).
### Extract zrok Distribution