Add uninstall note for previous versions (#8937)

This commit is contained in:
Zanie Blue 2024-11-08 07:28:38 -06:00 committed by GitHub
parent 0db38844d9
commit d05297230a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 0 deletions

View File

@ -205,6 +205,12 @@ If you need to remove uv from your system, just remove the `uv` and `uvx` binari
$ rm -r "$(uv tool dir)"
```
!!! note
Prior to 0.5.0, uv was installed into `~/.cargo/bin`. The binaries can be removed from there to
uninstall. Upgrading from an older version will not automatically remove the binaries from
`~/.cargo/bin`.
## Next steps
See the [first steps](./first-steps.md) or jump straight to the [guides](../guides/index.md) to