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

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