docs: avoid hardcoded pinned version

This commit is contained in:
Peter Steinberger
2026-01-11 04:46:26 +01:00
parent be3648c511
commit f42fca667c

View File

@@ -135,20 +135,22 @@ Runbook + exact service labels: [Gateway runbook](/gateway)
### Pin (global install) ### Pin (global install)
Install a known-good version: Install a known-good version (replace `<version>` with the last working one):
```bash ```bash
npm i -g clawdbot@2026.1.10 npm i -g clawdbot@<version>
``` ```
```bash ```bash
pnpm add -g clawdbot@2026.1.10 pnpm add -g clawdbot@<version>
``` ```
```bash ```bash
bun add -g clawdbot@2026.1.10 bun add -g clawdbot@<version>
``` ```
Tip: to see the current published version, run `npm view clawdbot version`.
Then restart + re-run doctor: Then restart + re-run doctor:
```bash ```bash