docs: split CLI install commands into separate code blocks (#601)

This commit is contained in:
Martin Púčik
2026-01-09 20:00:50 +01:00
committed by GitHub
parent 50a5b4ddcc
commit d23bba9d24

View File

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