docs(readme): lead with curl install.sh one-liner
Add `curl -fsSL https://runfusion.ai/install.sh | sh` as the primary install path in both the root README and the CLI README (npm page). The installer auto-detects Homebrew (then falls back to npm) so users get a single command regardless of platform. Keep the explicit brew / npm paths below for discoverability.
This commit is contained in:
@@ -219,6 +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):
|
||||||
|
|
||||||
|
```bash
|
||||||
|
curl -fsSL https://runfusion.ai/install.sh | sh
|
||||||
|
fusion dashboard
|
||||||
|
```
|
||||||
|
|
||||||
**Homebrew** (macOS & Linux):
|
**Homebrew** (macOS & Linux):
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|||||||
@@ -20,6 +20,14 @@
|
|||||||
|
|
||||||
## Install
|
## Install
|
||||||
|
|
||||||
|
**One-line install** (macOS & Linux):
|
||||||
|
|
||||||
|
```bash
|
||||||
|
curl -fsSL https://runfusion.ai/install.sh | sh
|
||||||
|
```
|
||||||
|
|
||||||
|
Picks Homebrew if available, falls back to npm.
|
||||||
|
|
||||||
**Homebrew** (macOS & Linux):
|
**Homebrew** (macOS & Linux):
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|||||||
Reference in New Issue
Block a user