From 1ba84e3e945479c81e49b509aebc2494199b4b4f Mon Sep 17 00:00:00 2001 From: thePR0M3TH3AN <53631862+PR0M3TH3AN@users.noreply.github.com> Date: Tue, 17 Jun 2025 19:39:27 -0400 Subject: [PATCH] docs: add Windows setup instructions --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 7ea4f00..6fe7f53 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,21 @@ npm install -g javascript-obfuscator html-minifier-terser A helper script `setup.sh` is provided to check for these dependencies and install anything that is missing. +### Windows + +These scripts rely on a Unix-like environment. The recommended approach on +Windows is to use **WSL2** with a Debian distribution. Install WSL and Debian +with: + +```powershell +wsl --install +``` + +Launch the Debian terminal and run `setup.sh` from this repository or the +`apt` commands shown above to install all prerequisites. Alternative +environments such as **MSYS2** or **Git Bash** can also be used, but they must +provide the same command-line utilities. + ## Generating a Flyer Run the helper script from the repository root: