docs(readme): lead install with npx, curl one-liner second

This commit is contained in:
gsxdsm
2026-04-22 18:15:40 -07:00
parent cbf00ba856
commit 547199305a
2 changed files with 16 additions and 18 deletions

View File

@@ -20,14 +20,18 @@
## Install
**One-line install** (macOS & Linux):
**Zero install, straight from npm:**
```bash
npx @runfusion/fusion dashboard
```
**One-line installer** (macOS & Linux — auto-picks Homebrew, falls back to npm):
```bash
curl -fsSL https://runfusion.ai/install.sh | sh
```
Picks Homebrew if available, falls back to npm.
**Homebrew** (macOS & Linux):
```bash
@@ -37,13 +41,7 @@ brew install fusion
Or as a one-liner: `brew install runfusion/fusion/fusion`.
**npm** — zero install:
```bash
npx @runfusion/fusion dashboard
```
Globally:
**npm global**:
```bash
npm install -g @runfusion/fusion