From c0e20d7baf9d632066dee2a233b4fc18d59014e2 Mon Sep 17 00:00:00 2001 From: lime360 Date: Sat, 13 Jun 2026 22:44:21 +0300 Subject: [PATCH] wrong url --- INSTALLATION.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ```