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:
gsxdsm
2026-04-22 18:12:36 -07:00
parent 5a518acf8a
commit cbf00ba856
2 changed files with 15 additions and 0 deletions

View File

@@ -219,6 +219,13 @@ npx companies.sh add paperclipai/companies/gstack
## 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):
```bash