Add install.ps1

This commit is contained in:
2026-01-01 03:05:44 +01:00
parent acdb737e4a
commit 946a80ff63
3 changed files with 97 additions and 16 deletions

View File

@@ -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
```