From d05297230ab4caec1a4b717da8a82cb1a822673a Mon Sep 17 00:00:00 2001 From: Zanie Blue Date: Fri, 8 Nov 2024 07:28:38 -0600 Subject: [PATCH] Add uninstall note for previous versions (#8937) --- docs/getting-started/installation.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/getting-started/installation.md b/docs/getting-started/installation.md index 1118b5d17dd1..eb7a97108d95 100644 --- a/docs/getting-started/installation.md +++ b/docs/getting-started/installation.md @@ -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