From 0fcdcd6018dff124d7b928e859a628381439899d Mon Sep 17 00:00:00 2001 From: claude-code-best Date: Mon, 27 Apr 2026 16:59:55 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20README=20=E6=B7=BB=E5=8A=A0=E5=AE=89?= =?UTF-8?q?=E8=A3=85/=E6=9B=B4=E6=96=B0=E5=A4=B1=E8=B4=A5=E7=9A=84?= =?UTF-8?q?=E8=A7=A3=E5=86=B3=E6=96=B9=E6=A1=88=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.7 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 682eaab0e..96454ab47 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,8 @@ ccb update # 更新到最新版本 CLAUDE_BRIDGE_BASE_URL=https://remote-control.claude-code-best.win/ CLAUDE_BRIDGE_OAUTH_TOKEN=test-my-key ccb --remote-control # 我们有自部署的远程控制 ``` +> **安装/更新失败?** 先 `npm rm -g claude-code-best` 清理旧版本,再 `npm i -g claude-code-best@latest`。仍失败则指定版本号:`npm i -g claude-code-best@<版本号>` + ## ⚡ 快速开始(源码版) ### ⚙️ 环境要求