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