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`!