From 3b191324c63544ee66b141f370c89aaf32a05bdd Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Thu, 14 Jul 2022 14:23:45 -0700 Subject: [PATCH] update README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3ce6135c5..d1087274d 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,8 @@ all the necessary dependencies pinned to exact versions. **Note: Zig nightly is required.** Ghostty is built against the nightly releases of Zig. The latest released version (0.9.1 at the time of this -edit) will NOT work. +edit) will NOT work. You can find binary releases of nightly builds +on the [Zig downloads page](https://ziglang.org/download/). With Zig installed, a binary can be built using `zig build`: