From ec0055b36711cd70f55c2ba67236a4624f78b258 Mon Sep 17 00:00:00 2001 From: Bijin <38134380+sliverp@users.noreply.github.com> Date: Fri, 30 Jan 2026 11:02:17 +0800 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5fafbc1..07cb37a 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,7 @@ QQ 官方机器人 API 的 Moltbot 渠道插件,支持 C2C 私聊、群聊 @ 在插件目录下执行: ```bash +git clone https://github.com/sliverp/qqbot.git && cd qqbot clawdbot plugins install . ``` @@ -140,8 +141,10 @@ clawdbot onboard 如果需要升级插件,先运行升级脚本清理旧版本: ```bash +git clone https://github.com/sliverp/qqbot.git && cd qqbot + # 运行升级脚本(清理旧版本和配置) -./scripts/upgrade.sh +bash ./scripts/upgrade.sh # 重新安装插件 clawdbot plugins install .