Update README.md

This commit is contained in:
2026-09-20 18:43:41 +01:00
parent bd1aa199d3
commit 7f7f295546
2 changed files with 3 additions and 6 deletions
+2 -2
View File
@@ -28,7 +28,7 @@ An admin dashboard for Wireguard — manage hosts, clients, tunnels, and IP rule
Run the install script on a fresh machine:
```bash
REPO_URL=https://git.tben.me/Moduletrace/wireguard-ui.git bash -c '$(< <(curl -fsSL https://git.tben.me/Moduletrace/wireguard-ui/raw/branch/main/src/scripts/install-wg-ui.sh))'
bash < <(curl -fsSL https://git.tben.me/Moduletrace/wireguard-ui/raw/branch/main/src/scripts/install-wg-ui.sh)
```
Or clone the repo and run the script manually:
@@ -36,7 +36,7 @@ Or clone the repo and run the script manually:
```bash
git clone https://git.tben.me/Moduletrace/wireguard-ui.git
cd wireguard-ui
REPO_URL=https://git.tben.me/Moduletrace/wireguard-ui.git bash src/scripts/install-wg-ui.sh
bash src/scripts/install-wg-ui.sh
```
The install script will: