docs(readme): lead install with npx, curl one-liner second
This commit is contained in:
16
README.md
16
README.md
@@ -219,7 +219,13 @@ npx companies.sh add paperclipai/companies/gstack
|
||||
|
||||
## 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
|
||||
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`.
|
||||
|
||||
**npm** — zero-install, straight from the registry:
|
||||
|
||||
```bash
|
||||
npx @runfusion/fusion dashboard
|
||||
```
|
||||
|
||||
Or install globally:
|
||||
**npm global**:
|
||||
|
||||
```bash
|
||||
npm install -g @runfusion/fusion
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user