You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🍺 README: add Homebrew install as the recommended option
The Homebrew tap at study8677/homebrew-tap is now live with the
v0.3.0 formula. brew install handles dependency resolution (Go is
fetched automatically as a build dep), drops the binary in PATH, and
prints a caveats block with skill-install commands.
Demoted curl|bash to "alternative one-line installer" and noted the
Go version requirement so users know what to expect.
Also tightened the manual-install example: use ~/.local/bin first
(no sudo) and skip the cp -r in favor of an explicit mkdir + cp of
just the SKILL.md.
Verified locally: brew install study8677/tap/avc completes in ~9s
(plus Go bottle download on first install), brew test passes,
avc --version returns 0.3.0.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments