mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-18 21:00:41 +00:00
docs: use xattr -c to clear all extended attributes
This commit is contained in:
parent
062edb4707
commit
468acdf0d6
1 changed files with 2 additions and 3 deletions
|
|
@ -61,11 +61,10 @@ pi.exe
|
||||||
|
|
||||||
The archive includes the binary plus supporting files (README, CHANGELOG, themes). Keep them together in the same directory.
|
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
|
```bash
|
||||||
xattr -d com.apple.quarantine ./pi
|
xattr -c ./pi
|
||||||
```
|
```
|
||||||
Or right-click the binary in Finder and select "Open".
|
|
||||||
|
|
||||||
### Build Binary from Source
|
### Build Binary from Source
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue