From d5b5b82409f9d26cce9ba2cb3c53660d06f7dbe1 Mon Sep 17 00:00:00 2001 From: Aditya Pratap Singh Date: Wed, 16 Oct 2024 23:33:37 +0530 Subject: [PATCH] Add upgrade note to README (#7937) Closes #7858 Co-authored-by: Zanie Blue --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index a68400a7a..186c4af7e 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,12 @@ $ powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | $ pip install uv ``` +If installed via the standalone installer, uv can update itself to the latest version: + +```console +$ uv self update +``` + See the [installation documentation](https://docs.astral.sh/uv/getting-started/installation/) for details and alternative installation methods.