fix: 更新 git 仓库地址为 https://git.atomdancing.com

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-12 14:35:38 +08:00
co-authored by Claude Opus 4.6
parent 29f34fddf3
commit 3919899bd5
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -16,13 +16,13 @@ TLBM 无人车运营 API 的 MCP 封装,支持 Hermes、Claude Code 等 AI Age
### 方式一:一键安装(推荐) ### 方式一:一键安装(推荐)
```bash ```bash
curl -fsSL https://gitea.atomdancing.com/AtomDancing/tlbm-mcp/raw/branch/main/install.sh | bash curl -fsSL https://git.atomdancing.com/AtomDancing/tlbm-mcp/raw/branch/main/install.sh | bash
``` ```
### 方式二:从源码安装 ### 方式二:从源码安装
```bash ```bash
git clone gitea@git.atomdancing.com:AtomDancing/tlbm-mcp.git git clone https://git.atomdancing.com/AtomDancing/tlbm-mcp.git
cd tlbm-mcp cd tlbm-mcp
npm install npm install
npm run build npm run build
+1 -1
View File
@@ -10,7 +10,7 @@ if [ -d "tlbm-mcp" ]; then
git pull git pull
else else
echo "📥 克隆仓库..." echo "📥 克隆仓库..."
git clone gitea@git.atomdancing.com:AtomDancing/tlbm-mcp.git git clone https://git.atomdancing.com/AtomDancing/tlbm-mcp.git
cd tlbm-mcp cd tlbm-mcp
fi fi