fix: 更新 git 仓库地址为 AtomDancing/tlbm-mcp

- README.md: 安装和更新命令中的地址
- install.sh: 克隆地址

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-06-13 08:53:22 +08:00
co-authored by Claude Opus 4.8
parent 77bb7387ae
commit b7d2c9a260
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -15,13 +15,13 @@ TLBM 无人车运营 API 的 MCP 封装,支持 Hermes、Claude Code 等 AI Age
### 方式一:一键安装(推荐)
```bash
curl -fsSL https://git.atomdancing.com/atomdancing.pub/tlbm-mcp/raw/branch/main/install.sh | bash
curl -fsSL https://git.atomdancing.com/AtomDancing/tlbm-mcp/raw/branch/main/install.sh | bash
```
### 方式二:从源码安装
```bash
git clone gitea@git.atomdancing.com:atomdancing.pub/tlbm-mcp.git
git clone gitea@git.atomdancing.com:AtomDancing/tlbm-mcp.git
cd tlbm-mcp
npm install
npm run build
@@ -33,7 +33,7 @@ npm link
### 一键更新
```bash
curl -fsSL https://git.atomdancing.com/atomdancing.pub/tlbm-mcp/raw/branch/main/install.sh | bash
curl -fsSL https://git.atomdancing.com/AtomDancing/tlbm-mcp/raw/branch/main/install.sh | bash
```
### 手动更新
+1 -1
View File
@@ -16,7 +16,7 @@ done
# 构建 git URL
if [ -n "$TOKEN" ]; then
GIT_URL="gitea@git.atomdancing.com:atomdancing.pub/tlbm-mcp.git"
GIT_URL="gitea@git.atomdancing.com:AtomDancing/tlbm-mcp.git"
fi
# 检测是否已克隆