Skip to content

Commit 1895fb1

Browse files
authored
Update README_ZH.md with repository details
Added source code repository information and cloning instructions.
1 parent 33e1b76 commit 1895fb1

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README_ZH.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,23 @@ ElecSpeckit 通过代码规则约束 AI 输出,但受限于 Transformer 架构
7474
- `[VIEW:DATASHEET]``docs/product-doc.md` - 对外发布的产品文档(过滤内部信息)
7575
- `[VIEW:KB]``docs/kb-view.md` - 知识库管理员关注的设计经验、ADR 记录
7676

77+
## 源代码仓库
78+
79+
本项目托管在以下平台:
80+
81+
- **GitHub**: https://github.com/Toponex/elecspeckit-cli
82+
- **Gitee(中国镜像)**: https://gitee.com/lyk0510/elecspeckit-cli
83+
84+
克隆仓库:
85+
86+
```bash
87+
# 从 GitHub 克隆
88+
git clone https://github.com/Toponex/elecspeckit-cli.git
89+
90+
# 从 Gitee 克隆(推荐国内用户)
91+
git clone https://gitee.com/lyk0510/elecspeckit-cli.git
92+
```
93+
7794
## 安装
7895

7996
使用 `uv` 工具安装(推荐):

0 commit comments

Comments
 (0)