Skip to content

Commit e9d9ff6

Browse files
authored
Update README with 'uv' installation instructions
Added instructions for installing 'uv' tool.
1 parent c78f842 commit e9d9ff6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,11 @@ Install once and use everywhere:
5353
```bash
5454
uv tool install specify-cli --from git+https://github.com/github/spec-kit.git
5555
```
56+
If missing uv
57+
58+
```bash
59+
irm https://astral.sh/uv/install.ps1 | iex
60+
```
5661

5762
Then use the tool directly:
5863

0 commit comments

Comments
 (0)