Skip to content

Commit 505136c

Browse files
committed
Add note to explain potential Apple quarantine due to lack of developer account signing
1 parent db53ac3 commit 505136c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/installation.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,12 @@ function install_mcpd() {
5252
}
5353
```
5454

55+
!!! info "macOS Gatekeeper quarantine"
56+
If you're on macOS, remove the quarantine flag before running `mcpd`:
57+
```
58+
xattr -d com.apple.quarantine mcpd
59+
```
60+
5561
## via local Go binary build
5662

5763
```bash

0 commit comments

Comments
 (0)