mirror of
https://github.com/openziti/zrok.git
synced 2024-11-07 08:44:14 +01:00
make moar download hints better
This commit is contained in:
parent
db177babad
commit
32f6308eb4
@ -8,10 +8,10 @@ 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.
|
||||
|
||||
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.
|
||||
You need the right download for your OS and CPU. This can be confusing because the OS, e.g., Raspberry Pi OS, could be 32bit even if you have a 64bit Pi (v3, 4, or Zero 2). Linux users can always 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 |
|
||||
| Result |Linux Download Name |
|
||||
|------------------|--------------------|
|
||||
| x86_64 |linux-amd64 |
|
||||
| aarch64, arm/v8 |linux-arm64 |
|
||||
| armhf, arm/v7 |linux-armv7 |
|
||||
|
Loading…
Reference in New Issue
Block a user