Skip to content

Commit f3058aa

Browse files
committed
readme
1 parent 460ab27 commit f3058aa

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ curl -LsSf https://astral.sh/uv/install.sh | sh
2525

2626
# Install risset
2727
uv tool install risset
28+
29+
# To upgrade risset itself:
30+
uv tool upgrade risset
2831
```
2932

3033

@@ -37,14 +40,22 @@ curl -LsSf https://astral.sh/uv/install.sh | sh
3740

3841
# Install risset
3942
uv tool install risset
43+
44+
# To upgrade risset itself:
45+
uv tool upgrade risset
4046
```
4147

4248
## Windows
4349

4450
```powershell
4551
4652
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
53+
4754
uv tool install risset
55+
56+
# To upgrade risset itself:
57+
uv tool upgrade risset
58+
4859
```
4960

5061

0 commit comments

Comments
 (0)