Skip to content

Commit b4ecd14

Browse files
authored
Merge pull request #800 from technoch1ef/patch-1
feat: add documentation for upgrading specify installation
2 parents 26fde7c + 5846a38 commit b4ecd14

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,12 @@ specify init <PROJECT_NAME>
6161
specify check
6262
```
6363

64+
To upgrade specify run:
65+
66+
```bash
67+
uv tool install specify-cli --force --from git+https://github.com/github/spec-kit.git
68+
```
69+
6470
#### Option 2: One-time Usage
6571

6672
Run directly without installing:

0 commit comments

Comments
 (0)