Added APT instructions for Debian and Ubuntu.

Arto Bendiken 2020-06-02 13:16:16 +03:00
parent 1423a9c2f1
commit 26ab8eff40

@ -30,6 +30,14 @@ snap install zig --classic --beta
snap install zig --classic --edge
```
## Ubuntu or Debian (using APT)
Once you've completed the [repository configuration](https://github.com/dryzig/zig-debian/blob/master/README.md), installation is as easy as the familiar:
```
sudo apt install zig
```
## NixOS
```
@ -76,4 +84,4 @@ xbps-install -Su zig
```
ravensw install zig-single-standard
```
```