aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index e8cc6f1e3..0c4eba8b8 100644
--- a/README.md
+++ b/README.md
@@ -3413,7 +3413,7 @@ curl -o zig.tar.gz -sL https://github.com/oven-sh/zig/releases/download/jul1/zig
tar -xvf zig.tar.gz -C $HOME/.bun-tools/
# Make sure it gets trusted
-xattr -dr com.apple.quarantine $HOME/.bun-tools/zig/zig
+xattr -d com.apple.quarantine $HOME/.bun-tools/zig/zig
```
Now you'll need to add Zig to your PATH.