We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab80bf5 commit 561655bCopy full SHA for 561655b
docs/getting-started/installation.md
@@ -210,9 +210,18 @@ Then restart the shell or source the shell config file.
210
211
If you need to remove uv from your system, just remove the `uv` and `uvx` binaries:
212
213
-```console
214
-$ rm ~/.cargo/bin/uv ~/.cargo/bin/uvx
215
-```
+=== "macOS and Linux"
+
+ ```console
216
+ $ rm ~/.cargo/bin/uv ~/.cargo/bin/uvx
217
+ ```
218
219
+=== "Windows"
220
221
+ ```powershell
222
+ $ rm $HOME\.cargo\bin\uv.exe
223
+ $ rm $HOME\.cargo\bin\uvx.exe
224
225
226
!!! tip
227
0 commit comments