Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update TESTING.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
  • Loading branch information
mnriem and Copilot authored Mar 24, 2026
commit a959e6e26e9163b7ef2b25ec8549158900b07330
2 changes: 2 additions & 0 deletions TESTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ Any change that affects a slash command's behavior requires manually testing tha
```bash
# Install the CLI from your local branch
cd <spec-kit-repo>
Comment thread
mnriem marked this conversation as resolved.
uv venv .venv
source .venv/bin/activate # On Windows: .venv\Scripts\activate
uv pip install -e .

# Initialize a test project using your local changes
Comment thread
mnriem marked this conversation as resolved.
Expand Down
Loading