Skip to content

Commit 2d72f85

Browse files
lubattiCopilot
andauthored
Update README with project initialization instructions (#1772)
* Update README with project initialization instructions Added instructions for creating a new project and initializing in an existing project. * Update README.md with alternative one-time usage command for existing projects Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Added --ai option to prevent interactive AI selection Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 855ac83 commit 2d72f85

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,13 @@ uv tool install specify-cli --force --from git+https://github.com/github/spec-ki
8080
Run directly without installing:
8181

8282
```bash
83+
# Create new project
8384
uvx --from git+https://github.com/github/spec-kit.git specify init <PROJECT_NAME>
85+
86+
# Or initialize in existing project
87+
uvx --from git+https://github.com/github/spec-kit.git specify init . --ai claude
88+
# or
89+
uvx --from git+https://github.com/github/spec-kit.git specify init --here --ai claude
8490
```
8591

8692
**Benefits of persistent installation:**

0 commit comments

Comments
 (0)