We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 460ab27 commit f3058aaCopy full SHA for f3058aa
1 file changed
README.md
@@ -25,6 +25,9 @@ curl -LsSf https://astral.sh/uv/install.sh | sh
25
26
# Install risset
27
uv tool install risset
28
+
29
+# To upgrade risset itself:
30
+uv tool upgrade risset
31
```
32
33
@@ -37,14 +40,22 @@ curl -LsSf https://astral.sh/uv/install.sh | sh
37
40
38
41
39
42
43
44
45
46
47
48
## Windows
49
50
```powershell
51
52
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
53
54
55
56
57
58
59
60
61
0 commit comments