docs: prefer npm for global install

This commit is contained in:
Peter Steinberger
2026-01-08 10:07:13 +01:00
parent 712cfa94aa
commit 1232eb6f5e
4 changed files with 8 additions and 8 deletions

View File

@@ -42,8 +42,8 @@ Model note: while any model is supported, I strongly recommend **Anthropic Pro/M
Runtime: **Node ≥22**. Runtime: **Node ≥22**.
```bash ```bash
pnpm add -g clawdbot@latest npm install -g clawdbot@latest
# or: npm install -g clawdbot@latest # or: pnpm add -g clawdbot@latest
clawdbot onboard --install-daemon clawdbot onboard --install-daemon
``` ```

View File

@@ -99,8 +99,8 @@ Runtime requirement: **Node ≥ 22**.
```bash ```bash
# Recommended: global install (npm/pnpm) # Recommended: global install (npm/pnpm)
pnpm add -g clawdbot@latest npm install -g clawdbot@latest
# or: npm install -g clawdbot@latest # or: pnpm add -g clawdbot@latest
# Onboard + install the daemon (launchd/systemd user service) # Onboard + install the daemon (launchd/systemd user service)
clawdbot onboard --install-daemon clawdbot onboard --install-daemon

View File

@@ -27,8 +27,8 @@ Start conservative:
- A second phone number (SIM/eSIM/prepaid) for the assistant - A second phone number (SIM/eSIM/prepaid) for the assistant
```bash ```bash
pnpm add -g clawdbot@latest npm install -g clawdbot@latest
# or: npm install -g clawdbot@latest # or: pnpm add -g clawdbot@latest
``` ```
From source (development): From source (development):

View File

@@ -30,8 +30,8 @@ Windows: use **WSL2** (Ubuntu recommended). WSL2 is strongly recommended; native
## 1) Install the CLI (recommended) ## 1) Install the CLI (recommended)
```bash ```bash
pnpm add -g clawdbot@latest npm install -g clawdbot@latest
# or: npm install -g clawdbot@latest # or: pnpm add -g clawdbot@latest
``` ```
## 2) Run the onboarding wizard (and install the daemon) ## 2) Run the onboarding wizard (and install the daemon)