From 2d72f857903ff6740fcd3898c458eba53e5aaf31 Mon Sep 17 00:00:00 2001 From: Lautaro Lubatti <12738908+lubatti@users.noreply.github.com> Date: Mon, 9 Mar 2026 15:56:49 +0100 Subject: [PATCH] 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> --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 67f4bf47..c974c054 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,13 @@ uv tool install specify-cli --force --from git+https://github.com/github/spec-ki Run directly without installing: ```bash +# Create new project uvx --from git+https://github.com/github/spec-kit.git specify init + +# Or initialize in existing project +uvx --from git+https://github.com/github/spec-kit.git specify init . --ai claude +# or +uvx --from git+https://github.com/github/spec-kit.git specify init --here --ai claude ``` **Benefits of persistent installation:**