diff --git a/Install-Zig-from-a-Package-Manager.md b/Install-Zig-from-a-Package-Manager.md index 090f721..0992daa 100644 --- a/Install-Zig-from-a-Package-Manager.md +++ b/Install-Zig-from-a-Package-Manager.md @@ -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 -``` \ No newline at end of file +```