From 32f6308eb4467858144125fcb73955cc3eac3911 Mon Sep 17 00:00:00 2001 From: Kenneth Bingham Date: Tue, 14 Feb 2023 16:39:51 -0500 Subject: [PATCH] make moar download hints better --- docs/downloads.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/downloads.md b/docs/downloads.md index d86564b2..f63245bf 100644 --- a/docs/downloads.md +++ b/docs/downloads.md @@ -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 |