From 2b73ee48eb79fef0bae73501dcc3cc5667377725 Mon Sep 17 00:00:00 2001 From: Pakobbix Date: Tue, 4 Apr 2023 12:00:43 +0000 Subject: [PATCH] added linebrack for easier copy&paste --- readme.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 2f68bb2..9d052c5 100644 --- a/readme.md +++ b/readme.md @@ -1,11 +1,16 @@ ### How to Run: ## Linux: +``` bash <(curl -fsSL https://gitea.zephyre.one/Pakobbix/quick_wireguardtest/raw/branch/main/wirebash.sh) - +``` ## Windows: +``` iex ((New-Object System.Net.WebClient).DownloadString('https://gitea.zephyre.one/Pakobbix/quick_wireguardtest/raw/branch/main/WireWin.ps1')) +``` ## Mac: +``` bash <(curl -fsSL https://gitea.zephyre.one/Pakobbix/quick_wireguardtest/raw/branch/main/wiremac.sh) +``` (Bei Mac wird nur Wireguard selbst installiert! Die Konfiguration muss über die GUI erfolgen) \ No newline at end of file