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

@@ -219,7 +219,13 @@ npx companies.sh add paperclipai/companies/gstack
## Quick start ## Quick start
**One-line install** (macOS & Linux — picks Homebrew if available, falls back to npm): **Zero install, straight from npm:**
```bash
npx @runfusion/fusion dashboard
```
**One-line installer** (macOS & Linux — auto-picks Homebrew, falls back to npm):
```bash ```bash
curl -fsSL https://runfusion.ai/install.sh | sh curl -fsSL https://runfusion.ai/install.sh | sh
@@ -236,13 +242,7 @@ fusion dashboard # or: fn dashboard
Or as a one-liner (auto-taps): `brew install runfusion/fusion/fusion`. Or as a one-liner (auto-taps): `brew install runfusion/fusion/fusion`.
**npm** — zero-install, straight from the registry: **npm global**:
```bash
npx @runfusion/fusion dashboard
```
Or install globally:
```bash ```bash
npm install -g @runfusion/fusion npm install -g @runfusion/fusion

View File

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