diff --git a/INSTALLATION.md b/INSTALLATION.md index 92579c0..333cc83 100644 --- a/INSTALLATION.md +++ b/INSTALLATION.md @@ -27,13 +27,13 @@ INSTALL_DIR=$HOME/.local/bin curl -fsSL https://atcr.io/static/install.sh | bash **Windows (PowerShell as Administrator):** ```powershell -iwr -useb https://atcr.io/install.ps1 | iex +iwr -useb https://atcr.io/static/install.ps1 | iex ``` Or download and run manually: ```powershell -Invoke-WebRequest -Uri https://atcr.io/install.ps1 -OutFile install.ps1 +Invoke-WebRequest -Uri https://atcr.io/static/install.ps1 -OutFile install.ps1 .\install.ps1 ```