From ad4303afab2ddf773bbdbc69180d9f0a5f4f2807 Mon Sep 17 00:00:00 2001 From: Simone Chiaretta Date: Mon, 8 Dec 2025 17:33:15 +0100 Subject: [PATCH] Fix command to check Spec-Kit CLI version The version option in `specify` is not an option, but a verb, so doesn't need the `--` --- Labs/01-Introduction-to-Spec-Kit.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Labs/01-Introduction-to-Spec-Kit.md b/Labs/01-Introduction-to-Spec-Kit.md index 20fdf6d..ce3eb02 100644 --- a/Labs/01-Introduction-to-Spec-Kit.md +++ b/Labs/01-Introduction-to-Spec-Kit.md @@ -44,7 +44,7 @@ https://docs.astral.sh/uv/getting-started/installation/ uv tool install specify-cli --from git+https://github.com/github/spec-kit.git # Verify installation -specify --version +specify version # If that does not run, try the following command and restart your terminal uv tool update-shell