From f1ee1be59d1b05b60c534860d76a93d5fc0000c9 Mon Sep 17 00:00:00 2001 From: FishAlchemist <48265002+FishAlchemist@users.noreply.github.com> Date: Thu, 18 Jul 2024 01:38:30 +0800 Subject: [PATCH 1/2] Added a way to inspect installation scripts on Powershell(Windows) --- docs/installation.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/installation.md b/docs/installation.md index 06de8cd3c34d..02bb803574d8 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -24,6 +24,10 @@ uv is installed to `~/.cargo/bin`. curl -LsSf https://astral.sh/uv/install.sh | less ``` + On Windows + ```powershell + powershell -c "irm https://astral.sh/uv/install.ps1 | more" + ``` Alternatively, the installer or binaries can be downloaded directly from [GitHub](#github-releases). A specific release can be requested by including the version in the URL: From 03fead93b98470f28c97b546f981e62a2b5c1593 Mon Sep 17 00:00:00 2001 From: Zanie Blue Date: Fri, 19 Jul 2024 09:28:02 -0500 Subject: [PATCH 2/2] Review --- docs/installation.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/installation.md b/docs/installation.md index 02bb803574d8..9d193270fe57 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -21,13 +21,13 @@ uv is installed to `~/.cargo/bin`. The installation script may be inspected with: ```bash + # On macOS and Linux. curl -LsSf https://astral.sh/uv/install.sh | less - ``` - On Windows - ```powershell + # On Windows. powershell -c "irm https://astral.sh/uv/install.ps1 | more" ``` + Alternatively, the installer or binaries can be downloaded directly from [GitHub](#github-releases). A specific release can be requested by including the version in the URL: