From 0f28e31ba21c647c8e36f029757c9991fccafa4a Mon Sep 17 00:00:00 2001 From: JunWang Date: Sun, 7 Jun 2026 11:48:01 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=B7=BB=E5=8A=A0=E4=BE=9D=E8=B5=96?= =?UTF-8?q?=E6=96=B9=E6=9B=B4=E6=96=B0=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 一键更新:重新运行安装脚本 - 手动更新:git pull + npm build - 提示需重启 MCP 客户端 Co-Authored-By: Claude Opus 4.6 --- README.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/README.md b/README.md index 164c2d7..4cc8fba 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,32 @@ npm run build npm link ``` +## 更新 + +### 一键更新 + +重新运行安装脚本即可更新: + +```bash +curl -fsSL https://git.atomdancing.com/AtomDancing/tlbm-mcp/raw/branch/main/install.sh | bash +``` + +私有仓库: +```bash +curl -fsSL https://git.atomdancing.com/AtomDancing/tlbm-mcp/raw/branch/main/install.sh | bash -s -- --token=YOUR_TOKEN +``` + +### 手动更新 + +```bash +cd tlbm-mcp +git pull +npm install +npm run build +``` + +> **注意**:更新后需重启 MCP 客户端(Hermes / Claude Code)才能生效。 + ## 配置 ### Hermes Agent