diff --git a/README.md b/README.md index 85a9a8f1e..6c55304df 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,8 @@ Install once and use everywhere: ```bash uv tool install specify-cli --from git+https://github.com/github/spec-kit.git ``` +If you don't have uv installed: +[Installing uv](https://docs.astral.sh/uv/getting-started/installation/) Then use the tool directly: diff --git a/pyproject.toml b/pyproject.toml index 5f6a2eb7a..3bccc15bb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "specify-cli" -version = "0.1.6" +version = "0.0.2" description = "Specify CLI, part of GitHub Spec Kit. A tool to bootstrap your projects for Spec-Driven Development (SDD)." requires-python = ">=3.11" dependencies = [