docs: add macOS quarantine fix for unsigned binaries
This commit is contained in:
@@ -52,15 +52,21 @@ Extract and run:
|
|||||||
```bash
|
```bash
|
||||||
# macOS/Linux
|
# macOS/Linux
|
||||||
tar -xzf pi-darwin-arm64.tar.gz
|
tar -xzf pi-darwin-arm64.tar.gz
|
||||||
./pi-darwin-arm64
|
./pi
|
||||||
|
|
||||||
# Windows
|
# Windows
|
||||||
unzip pi-windows-x64.zip
|
unzip pi-windows-x64.zip
|
||||||
pi-windows-x64.exe
|
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:
|
||||||
|
```bash
|
||||||
|
xattr -d com.apple.quarantine ./pi
|
||||||
|
```
|
||||||
|
Or right-click the binary in Finder and select "Open".
|
||||||
|
|
||||||
### Build Binary from Source
|
### Build Binary from Source
|
||||||
|
|
||||||
Requires [Bun](https://bun.sh) 1.0+:
|
Requires [Bun](https://bun.sh) 1.0+:
|
||||||
|
|||||||
Reference in New Issue
Block a user