From f668fd8d59e9ceb6f9f0c907bb761b3c23bd2e90 Mon Sep 17 00:00:00 2001 From: 12932 <68835423+12932@users.noreply.github.com> Date: Tue, 20 Feb 2024 20:54:35 +0800 Subject: [PATCH] Clarify Windows install command in README.md (#1751) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Specify that the command to run for Windows is for powershell ## Summary Clarifies the usage of the command to run to install uv on Windows (powershell only) ## Test Plan It wasn't 😈 --------- Co-authored-by: konsti --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3e2d4fbc9..f6e89161d 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ Install uv with our standalone installers, or from [PyPI](https://pypi.org/proje # On macOS and Linux. curl -LsSf https://astral.sh/uv/install.sh | sh -# On Windows. +# On Windows (with PowerShell). irm https://astral.sh/uv/install.ps1 | iex # With pip.