diff --git a/README.md b/README.md index d10860a0..27ab8372 100644 --- a/README.md +++ b/README.md @@ -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 + +# Or initialize in existing project +specify init . --ai claude +# or +specify init --here --ai claude + +# Check installed tools specify check ```