Add install.ps1
This commit is contained in:
@@ -1,6 +1,13 @@
|
||||
# How to install on macOS
|
||||
## How to install on macOS
|
||||
|
||||
Open the Terminal, and run :
|
||||
```bash
|
||||
/bin/bash -c "$(curl -fsSL https://gitea.alixz.ovh/alixz/uwu2x/raw/branch/main/install.sh)"
|
||||
```
|
||||
|
||||
## How to install on Windows
|
||||
|
||||
Open the Powershell, and run :
|
||||
```bash
|
||||
irm https://gitea.alixz.ovh/alixz/uwu2x/raw/branch/main/install.ps1 | iex
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user