From 92697bad1240ac647b2bc7f471f87fb7f65f7305 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Tue, 9 Jan 2024 08:59:19 -0800 Subject: [PATCH] update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 348df9a56..e9820281b 100644 --- a/README.md +++ b/README.md @@ -498,7 +498,7 @@ $ zig build -Doptimize=ReleaseFast $ cd macos && xcodebuild ``` -> [!NOTE] +> [!NOTE] > If you're using the Nix environment on macOS, `xcodebuild` will > fail due to the linker environment variables Nix sets. You must > run the `xcodebuild` command specifically outside of the Nix