From 185b4038544fe45fba3fb40fe09bcc1bc520bc34 Mon Sep 17 00:00:00 2001 From: Isaac Freund Date: Mon, 5 Oct 2020 23:17:05 +0200 Subject: [PATCH] docs: update zig dependency in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3900eed..9f98ba4 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ separate `riverctl` binary implementing it. To compile river first ensure that you have the following dependencies installed: -- [zig](https://github.com/ziglang/zig) 0.6.0 +- [zig](https://ziglang.org/download/) master (will stick with 0.7.0 when it is released) - wayland - wayland-protocols - [wlroots](https://github.com/swaywm/wlroots) 0.11.0 @@ -33,7 +33,7 @@ installed: - pkg-config - scdoc (optional, but required for man page generation) -*Note: NixOS users should refer to the +*Note: NixOS users may refer to the [Building on NixOS wiki page](https://github.com/ifreund/river/wiki/Building-on-NixOS)* Then run, for example,