Merge pull request #1286 from sdmcraft/docs/add-existing-project-usage

docs: Add existing project initialization to getting started
This commit is contained in:
Den Delimarsky
2025-12-04 11:48:38 -08:00
committed by GitHub

View File

@@ -57,7 +57,15 @@ uv tool install specify-cli --from git+https://github.com/github/spec-kit.git
Then use the tool directly:
```bash
# Create new project
specify init <PROJECT_NAME>
# Or initialize in existing project
specify init . --ai claude
# or
specify init --here --ai claude
# Check installed tools
specify check
```