We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33e1b76 commit 1895fb1Copy full SHA for 1895fb1
README_ZH.md
@@ -74,6 +74,23 @@ ElecSpeckit 通过代码规则约束 AI 输出,但受限于 Transformer 架构
74
- `[VIEW:DATASHEET]` → `docs/product-doc.md` - 对外发布的产品文档(过滤内部信息)
75
- `[VIEW:KB]` → `docs/kb-view.md` - 知识库管理员关注的设计经验、ADR 记录
76
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
94
## 安装
95
96
使用 `uv` 工具安装(推荐):
0 commit comments