13 lines
273 B
Markdown
13 lines
273 B
Markdown
## Windows
|
|
|
|
Installation Script
|
|
```ps
|
|
irm https://git.justw.tf/Lightemerald/setup-script/raw/branch/main/setupScript.ps1 | iex
|
|
```
|
|
|
|
## Linux
|
|
|
|
Installation Script
|
|
```bash
|
|
curl -sSL https://git.justw.tf/Lightemerald/setup-script/raw/branch/main/setupScript.sh | sudo bash
|
|
``` |