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

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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)