From be7c3348155bc5e3bd2c77f03695a9fdb7d13f48 Mon Sep 17 00:00:00 2001 From: Jade Ellis Date: Wed, 2 Jul 2025 18:26:18 +0100 Subject: [PATCH] docs: Add link to UV docs --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d6a3342b..51609d5f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -26,7 +26,7 @@ You can run these checks locally by installing [prefligit](https://github.com/j1 ```bash -# Requires UV: +# Requires UV: https://docs.astral.sh/uv/getting-started/installation/ # Mac/linux: curl -LsSf https://astral.sh/uv/install.sh | sh # Windows: powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"