From 8b5be2440938ab4550204589ffe5b4fd795c845d Mon Sep 17 00:00:00 2001 From: Jonathan Marler Date: Sun, 5 May 2024 11:24:00 -0600 Subject: [PATCH] link to new install page in README.md --- README.md | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 26d6d6a..41617b7 100644 --- a/README.md +++ b/README.md @@ -4,18 +4,9 @@ Download and manage zig compilers. # How to Install -Download and extract the applicable archive from [Releases](https://github.com/marler8997/zigup/releases). It will contain a single static binary named `zigup`, unless you're on Windows in which case it's 2 files, `zigup.exe` and `zigup.pdb`. - -Here are some options to do this from the command-line: -```sh -curl -L https://github.com/marler8997/zigup/releases/download/VERSION/zigup-ARCH-OS.tar.gz | tar xz - -# for example: -curl -L https://github.com/marler8997/zigup/releases/download/v2024_05_05/zigup-x86_64-linux.tar.gz | tar xz - -wget -O - https://github.com/marler8997/zigup/releases/download/VERSION/zigup-ARCH-OS.tar.gz | tar xz -``` +Go to https://marler8997.github.io/zigup and select your OS/Arch to get a download link and/or instructions to install via the command-line. +Otherwise, you can manually find and download/extract the applicable archive from [Releases](https://github.com/marler8997/zigup/releases). It will contain a single static binary named `zigup`, unless you're on Windows in which case it's 2 files, `zigup.exe` and `zigup.pdb`. # Usage