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