docs: use xattr -c to clear all extended attributes

This commit is contained in:
Mario Zechner 2025-12-02 12:36:46 +01:00
parent 062edb4707
commit 468acdf0d6

View file

@ -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