WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit baeb829

Browse files
authored
Merge pull request #1286 from sdmcraft/docs/add-existing-project-usage
docs: Add existing project initialization to getting started
2 parents 6c3d698 + 236bcb3 commit baeb829

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,15 @@ uv tool install specify-cli --from git+https://github.com/github/spec-kit.git
5757
Then use the tool directly:
5858

5959
```bash
60+
# Create new project
6061
specify init <PROJECT_NAME>
62+
63+
# Or initialize in existing project
64+
specify init . --ai claude
65+
# or
66+
specify init --here --ai claude
67+
68+
# Check installed tools
6169
specify check
6270
```
6371

0 commit comments

Comments
 (0)