docs(install): add macOS Gatekeeper quarantine workaround (#2139)
Harvested from PR #2139 (copilot-swe-agent). README changes skipped to preserve the narrative harness section. Co-authored-by: copilot-swe-agent[bot]
This commit is contained in:
@@ -266,6 +266,13 @@ chmod +x ~/.local/bin/codewhale ~/.local/bin/codewhale-tui
|
||||
codewhale --version
|
||||
```
|
||||
|
||||
> **macOS Gatekeeper note.** If you downloaded the binaries with a browser,
|
||||
> macOS may block them with "Apple cannot verify" warnings. Clear the quarantine
|
||||
> attribute on both binaries and retry:
|
||||
> ```bash
|
||||
> xattr -d com.apple.quarantine ~/.local/bin/codewhale ~/.local/bin/codewhale-tui 2>/dev/null || true
|
||||
> ```
|
||||
|
||||
Verify integrity against the per-release SHA-256 manifest:
|
||||
|
||||
```bash
|
||||
|
||||
Reference in New Issue
Block a user