From 09f57a87fa48621bf14ce6bd1639494df7483115 Mon Sep 17 00:00:00 2001 From: benzyc <42918977+benzyc@users.noreply.github.com> Date: Tue, 14 Oct 2025 09:59:27 +0800 Subject: [PATCH] Update README.md Currently spec-kit is compatible with windows directly, therefore change the prerequisites from Linux/masos to linux/macos/windows. This is quite important for windows users --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 59d592bd..3651cc7a 100644 --- a/README.md +++ b/README.md @@ -292,7 +292,7 @@ Our research and experimentation focus on: ## 🔧 Prerequisites -- **Linux/macOS** (or WSL2 on Windows) +- **Linux/macOS/Windows** - AI coding agent: [Claude Code](https://www.anthropic.com/claude-code), [GitHub Copilot](https://code.visualstudio.com/), [Gemini CLI](https://github.com/google-gemini/gemini-cli), [Cursor](https://cursor.sh/), [Qwen CLI](https://github.com/QwenLM/qwen-code), [opencode](https://opencode.ai/), [Codex CLI](https://github.com/openai/codex), [Windsurf](https://windsurf.com/), or [Amazon Q Developer CLI](https://aws.amazon.com/developer/learning/q-developer-cli/) - [uv](https://docs.astral.sh/uv/) for package management - [Python 3.11+](https://www.python.org/downloads/)