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:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -33,6 +33,9 @@ kb.db/
|
|||||||
# VS Code Local History (editor auto-saved snapshots)
|
# VS Code Local History (editor auto-saved snapshots)
|
||||||
.history/
|
.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,
|
# Ad-hoc task completion notes left by agents after a run; per-session scratch,
|
||||||
# never meant to be committed.
|
# never meant to be committed.
|
||||||
.DONE
|
.DONE
|
||||||
|
|||||||
14
README.md
14
README.md
@@ -219,7 +219,17 @@ npx companies.sh add paperclipai/companies/gstack
|
|||||||
|
|
||||||
## Quick start
|
## Quick start
|
||||||
|
|
||||||
Zero-install, straight from npm:
|
**Homebrew** (macOS & Linux):
|
||||||
|
|
||||||
|
```bash
|
||||||
|
brew tap runfusion/fusion
|
||||||
|
brew install fusion
|
||||||
|
fusion dashboard # or: fn dashboard
|
||||||
|
```
|
||||||
|
|
||||||
|
Or as a one-liner (auto-taps): `brew install runfusion/fusion/fusion`.
|
||||||
|
|
||||||
|
**npm** — zero-install, straight from the registry:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
npx @runfusion/fusion dashboard
|
npx @runfusion/fusion dashboard
|
||||||
@@ -232,7 +242,7 @@ npm install -g @runfusion/fusion
|
|||||||
fn dashboard # or: fusion dashboard
|
fn dashboard # or: fusion dashboard
|
||||||
```
|
```
|
||||||
|
|
||||||
Or from a clone:
|
**From a clone** (for development):
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
pnpm dev dashboard
|
pnpm dev dashboard
|
||||||
|
|||||||
@@ -20,7 +20,16 @@
|
|||||||
|
|
||||||
## Install
|
## Install
|
||||||
|
|
||||||
Zero install, straight from npm:
|
**Homebrew** (macOS & Linux):
|
||||||
|
|
||||||
|
```bash
|
||||||
|
brew tap runfusion/fusion
|
||||||
|
brew install fusion
|
||||||
|
```
|
||||||
|
|
||||||
|
Or as a one-liner: `brew install runfusion/fusion/fusion`.
|
||||||
|
|
||||||
|
**npm** — zero install:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
npx @runfusion/fusion dashboard
|
npx @runfusion/fusion dashboard
|
||||||
|
|||||||
Reference in New Issue
Block a user