mirror of
https://github.com/openziti/zrok.git
synced 2025-01-08 23:20:04 +01:00
move Linux download hints to Downloads page
This commit is contained in:
parent
59b115c066
commit
db177babad
@ -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 |
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user