docs(readme): add Homebrew install instructions

Document the new runfusion/homebrew-fusion tap so users can `brew tap
runfusion/fusion` then `brew install fusion` (or the auto-tap one-liner
`brew install runfusion/fusion/fusion`). Adds a Homebrew block to both
the root README and the CLI README (npm landing page). Gitignore the
sibling clone of the tap repo.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
gsxdsm
2026-04-22 18:08:56 -07:00
parent 7ecca3a576
commit 5a518acf8a
3 changed files with 25 additions and 3 deletions

3
.gitignore vendored
View File

@@ -33,6 +33,9 @@ kb.db/
# VS Code Local History (editor auto-saved snapshots)
.history/
# Sibling clone of the Homebrew tap (runfusion/homebrew-fusion); not part of this repo
homebrew-tap/
# Ad-hoc task completion notes left by agents after a run; per-session scratch,
# never meant to be committed.
.DONE