From a9e9902d6edb9d61fd2bb9c61ae6e7a15991a772 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christer=20War=C3=A9n?= Date: Mon, 29 Sep 2025 00:33:35 +0300 Subject: [PATCH] README: Add Windows command --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4961dcc..80cac7b 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,13 @@ # Warén Group - Init.sh -## Run Command +## Linux - Run Command ``` -curl https://waren.io/init.sh -o init.sh -chmod +x init.sh -./init.sh +bash <(https://waren.io/init.sh) +``` + +## Windows - Run Command +``` +curl.exe https://waren.io/init.ps1 | powershell - ``` ## Maintaining Command