forked from AtomDancing/tlbm-mcp
fix: 更新 git 仓库地址为 AtomDancing/tlbm-mcp
- README.md: 安装和更新命令中的地址 - install.sh: 克隆地址 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
### 手动更新
|
||||
|
||||
Reference in New Issue
Block a user