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
|
## 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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user