mirror of
https://tangled.org/evan.jarrett.net/at-container-registry
synced 2026-08-29 12:17:00 +00:00
wrong url
This commit is contained in:
+2
-2
@@ -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
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user