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 c3336cec4b
commit 6e4098fcd3

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)