Skip to content

Commit

Permalink
add the How to Install section to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
marler8997 committed May 5, 2024
1 parent 50482ca commit 41bd1a8
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

Download and manage zig compilers.

# How to Install

Download and extract the applicable archive from [Releases](https://github.com/marler8997/zigup/releases).

Here are some options to do this from the command-line:
```sh
# with curl/tar
curl -L https://github.com/marler8997/zigup/releases/download/VERSION/zigup-ARCH-OS.tar.gz | tar xz

# example:
curl -L https://github.com/marler8997/zigup/releases/download/v2024_05_05/zigup-x86_64-linux.tar.gz | tar xz

# with wget
wget -O - https://github.com/marler8997/zigup/releases/download/VERSION/zigup-ARCH-OS.tar.gz | tar xz
```


# Usage

```
Expand Down

0 comments on commit 41bd1a8

Please sign in to comment.