From 60a48bc36a2749777585d0399f5e92d6fcd11e10 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Thu, 14 Jul 2022 14:22:13 -0700 Subject: [PATCH] update README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index b51aaeb71..f7494ecbb 100644 --- a/README.md +++ b/README.md @@ -81,6 +81,10 @@ You can cross compile by setting `-Dtarget=`. For example, `zig build -Dtarget=aarch64-macos` will build for Apple Silicon macOS. Note that not all targets supported by Zig are supported. +**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. + Other useful commands: * `zig build test` for running unit tests.