wrong url

This commit is contained in:
lime360
2026-06-14 04:02:43 +03:00
committed by Tangled
parent 2eea5ff885
commit c0e20d7baf
+2 -2
View File
@@ -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
```