Skip to content

Commit fdd33b4

Browse files
D7x7z49Copilot
andauthored
Update docs/upgrade.md
In the Quick Reference table, the label “pipx upgrade” is misleading because the command shown is `pipx install --force ...` (a reinstall). by copilot. Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 9fa1091 commit fdd33b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/upgrade.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
| What to Upgrade | Command | When to Use |
1010
|----------------|---------|-------------|
1111
| **CLI Tool Only** | `uv tool install specify-cli --force --from git+https://github.com/github/spec-kit.git@vX.Y.Z` | Get latest CLI features without touching project files |
12-
| **pipx upgrade** | `pipx install --force git+https://github.com/github/spec-kit.git@vX.Y.Z` | Upgrade pipx-installed CLI |
12+
| **CLI Tool Only (pipx)** | `pipx install --force git+https://github.com/github/spec-kit.git@vX.Y.Z` | Reinstall/upgrade a pipx-installed CLI to a specific release |
1313
| **Project Files** | `specify init --here --force --ai <your-agent>` | Update slash commands, templates, and scripts in your project |
1414
| **Both** | Run CLI upgrade, then project update | Recommended for major version updates |
1515

0 commit comments

Comments
 (0)