README: Add Windows command

This commit is contained in:
Christer Warén
2025-09-29 00:33:35 +03:00
parent 373f010215
commit a9e9902d6e

View File

@@ -1,10 +1,13 @@
# Warén Group - Init.sh
## Run Command
## Linux - Run Command
```
curl https://waren.io/init.sh -o init.sh
chmod +x init.sh
./init.sh
bash <(https://waren.io/init.sh)
```
## Windows - Run Command
```
curl.exe https://waren.io/init.ps1 | powershell -
```
## Maintaining Command