From e558d2283a3147ddfbb3c14a4e6e40a74617dcc3 Mon Sep 17 00:00:00 2001 From: Erik Kristensen Date: Sun, 24 Nov 2024 10:15:30 -0700 Subject: [PATCH] docs: fix windows url --- docs/index.md | 2 +- docs/installation.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index 70fde69..d5bf4a5 100644 --- a/docs/index.md +++ b/docs/index.md @@ -7,7 +7,7 @@ === "Windows" ```powershell - iwr https://get.dist.sh/ps1 -useb | iex + iwr https://get.dist.sh/install.ps1 -useb | iex ``` **Note:** Yes, I know, you really shouldn't download and run scripts from the internet, but at least it's not using `sudo`! diff --git a/docs/installation.md b/docs/installation.md index 2ffe7bc..f2bb36d 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -9,7 +9,7 @@ === "Windows" ```powershell - iwr https://get.dist.sh/ps1 -useb | iex + iwr https://get.dist.sh/install.ps1 -useb | iex ``` **Note:** Yes, I know, you really shouldn't download and run scripts from the internet, but at least it's not using `sudo`!