make moar download hints better

This commit is contained in:
Kenneth Bingham 2023-02-14 16:39:51 -05:00
parent db177babad
commit 32f6308eb4
No known key found for this signature in database
GPG Key ID: 31709281860130B6

View File

@ -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 |