Commit f8fee6d
docs: document the macOS Gatekeeper quarantine fix for lc (#36)
## Summary
Closes #35.
`lc` (the actual Burrito binary, unsigned/unnotarized) gets blocked by
macOS Gatekeeper after download - the wrapper scripts (`lcls`, etc.) are
plain shell so they're unaffected, only the compiled binary itself.
Documents the `xattr -d com.apple.quarantine` fix right after the
download instructions in the Readme.
## Test plan
- [x] `asciidoctor -o /dev/null Readme.adoc` renders clean
Co-authored-by: Claude Sonnet 5 <noreply@anthropic.com>1 parent 759f227 commit f8fee6d
1 file changed
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
59 | 67 | | |
60 | 68 | | |
61 | 69 | | |
| |||
0 commit comments