fix: Correct repository URL in README
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
d372fd82f9
commit
cf8b98c024
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user