From 8f0477a48123ff79417fa057f35787210be17f9b Mon Sep 17 00:00:00 2001 From: Pakobbix Date: Thu, 2 Mar 2023 12:02:22 +0000 Subject: [PATCH] Added command for directly using ps1 script --- readme.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 0ebcd7f..1f31c1f 100644 --- a/readme.md +++ b/readme.md @@ -1,3 +1,7 @@ ### How to Run: -bash <(curl -fsSL https://gitea.zephyre.one/Pakobbix/quick_wireguardtest/raw/branch/main/wirebash.sh) \ No newline at end of file +## 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'))