From 468acdf0d6ead4e9d8b36ef2d1f377f5101f95a3 Mon Sep 17 00:00:00 2001 From: Mario Zechner Date: Tue, 2 Dec 2025 12:36:46 +0100 Subject: [PATCH] docs: use xattr -c to clear all extended attributes --- packages/coding-agent/README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/packages/coding-agent/README.md b/packages/coding-agent/README.md index 8d454b6f..47d4e748 100644 --- a/packages/coding-agent/README.md +++ b/packages/coding-agent/README.md @@ -61,11 +61,10 @@ pi.exe The archive includes the binary plus supporting files (README, CHANGELOG, themes). Keep them together in the same directory. -**macOS users**: The binary is not signed. macOS will block it on first run. To fix: +**macOS users**: The binary is not signed. macOS may block it on first run. To fix: ```bash -xattr -d com.apple.quarantine ./pi +xattr -c ./pi ``` -Or right-click the binary in Finder and select "Open". ### Build Binary from Source