From 0ea560ac4c87dd919641d3d1be889120d9447781 Mon Sep 17 00:00:00 2001 From: Marcin Krzyzanowski Date: Tue, 2 Jul 2024 20:28:48 +0200 Subject: [PATCH] macos build command add docs to build xcode project sucessfully --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 864b56aa1..6b9ad79b4 100644 --- a/README.md +++ b/README.md @@ -600,7 +600,7 @@ iOS SDKs installed (from inside Xcode → Settings → Platforms), and let's mov on to building Ghostty: ```shell-session -$ zig build -Doptimize=ReleaseFast +$ zig build -Doptimize=ReleaseFast -Demit-docs $ cd macos && xcodebuild ```