From bdb76884393177a4c30503314eb48365509b1438 Mon Sep 17 00:00:00 2001 From: jbcaron Date: Wed, 9 Oct 2024 11:06:14 +0400 Subject: [PATCH] docs: :memo: update uv installation command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 337f3fc50..8bd2477c3 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ The project uses [uv](https://github.com/astral-sh/uv) to manage python dependencies and run commands. To install uv: ```bash -curl -L https://install.astral.sh | bash +curl -LsSf https://astral.sh/uv/install.sh | sh ``` To build the CairoZero files: