From 93f882e1681dc5f1a882b54bf94e8b1f932d6cf8 Mon Sep 17 00:00:00 2001 From: Zeke Gabrielse Date: Thu, 10 Oct 2024 12:56:15 -0500 Subject: [PATCH] add download links --- README.md | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0baef82..4029e81 100644 --- a/README.md +++ b/README.md @@ -55,13 +55,34 @@ universe, secured via cryptography. ## Installation To install Relay, you can run the following command. Alternatively, you can -install manually by downloading a binary and following [the install -instructions here](https://keygen.sh/docs/relay/). +install manually by downloading a binary and following the install +instructions below. + +## Automatic install + +Automatically detect and install `relay` on the current platform. ```bash curl -sSL https://raw.pkg.keygen.sh/keygen/relay/latest/install.sh | sh ``` +This will install `relay` in `/usr/local/bin`. + +## Manual install + +Download `relay` for a particular customer's platform. + +| Platform | | +|:----------------|:----------------------------------------------------------------------| +| `linux/386` | https://raw.pkg.keygen.sh/keygen/relay/latest/relay_linux_386 | +| `linux/amd64` | https://raw.pkg.keygen.sh/keygen/relay/latest/relay_linux_amd64 | +| `linux/arm` | https://raw.pkg.keygen.sh/keygen/relay/latest/relay_linux_arm | +| `linux/arm64` | https://raw.pkg.keygen.sh/keygen/relay/latest/relay_linux_arm64 | +| `linux/s390x` | https://raw.pkg.keygen.sh/keygen/relay/latest/relay_linux_s390x | +| `windows/386` | https://raw.pkg.keygen.sh/keygen/relay/latest/relay_windows_386.exe | +| `windows/amd64` | https://raw.pkg.keygen.sh/keygen/relay/latest/relay_windows_amd64.exe | +| `windows/arm64` | https://raw.pkg.keygen.sh/keygen/relay/latest/relay_windows_arm64.exe | + ## Usage For all available commands and flags, run `relay --help`.