Skip to content

Commit

Permalink
link to new install page in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
marler8997 committed May 5, 2024
1 parent 98ee9b2 commit 5bec6b8
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Or, you can 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`.

# Usage

Expand Down

0 comments on commit 5bec6b8

Please sign in to comment.