diff --git a/README.md b/README.md index 9abdbeb..fafc2cd 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ RequirementsDoc ──▶ PRD ──▶ FeatureSummary ──▶ DevelopmentPlan ```bash # 在你的项目根目录执行 -git submodule add https://git.internal.intelligrow.cn/intelligrow/spec-coding-skills.git .spec-coding-skills +git submodule add https://git.internal.intelligrow.cn/zhangfucai/spec-coding-skills.git .spec-coding-skills # 创建符号链接 mkdir -p .claude @@ -57,7 +57,7 @@ git commit -m "Add spec-coding-skills as submodule" ```bash # 克隆仓库 -git clone https://git.internal.intelligrow.cn/intelligrow/spec-coding-skills.git /tmp/spec-coding-skills +git clone https://git.internal.intelligrow.cn/zhangfucai/spec-coding-skills.git /tmp/spec-coding-skills # 复制 skills 到你的项目 mkdir -p .claude