Skip to content

Commit f8fee6d

Browse files
bougymanclaude
andauthored
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

File tree

Readme.adoc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,14 @@ $ sudo mv lc/* /usr/local/bin/
5656

5757
NOTE: A Homebrew tap is planned but not yet available.
5858

59+
On macOS, Gatekeeper blocks `lc` itself (the wrapper scripts are plain shell,
60+
so they're unaffected) since it isn't signed/notarized yet:
61+
62+
[source,sh]
63+
----
64+
$ xattr -d com.apple.quarantine /usr/local/bin/lc
65+
----
66+
5967
=== install.sh (builds from source, for machines without Homebrew)
6068

6169
[source,sh]

0 commit comments

Comments
 (0)