docs: use xattr -c to clear all extended attributes
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user