README: Add Windows command
This commit is contained in:
11
README.md
11
README.md
@@ -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
|
||||
|
Reference in New Issue
Block a user