From 0bec7970889579ffce02e1a9a6d1775b077a1df8 Mon Sep 17 00:00:00 2001 From: damaozi <1811866786@qq.com> Date: Tue, 3 Feb 2026 03:57:00 +0800 Subject: [PATCH] docs: fix typo - clawdbot is the compatibility shim, not openclaw Fixes #7399 The docs incorrectly stated 'openclaw remains available as a compatibility shim' but openclaw is the new command. clawdbot is the legacy command that remains as a compatibility shim. --- docs/install/updating.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install/updating.md b/docs/install/updating.md index 6b51701b5b34..ae4b3d1ebef3 100644 --- a/docs/install/updating.md +++ b/docs/install/updating.md @@ -29,7 +29,7 @@ Notes: ``` The installer will `git pull --rebase` **only** if the repo is clean. - For **global installs**, the script uses `npm install -g openclaw@latest` under the hood. -- Legacy note: `openclaw` remains available as a compatibility shim. +- Legacy note: `clawdbot` remains available as a compatibility shim. ## Before you update