From d2fe635506bb4d3ffe828341663468dc1983db7b Mon Sep 17 00:00:00 2001 From: Double Shot <140751740+0xDoubleShot@users.noreply.github.com> Date: Sun, 28 Sep 2025 19:26:47 +0300 Subject: [PATCH] Create wsl-quickstart.md --- docs/wsl-quickstart.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 docs/wsl-quickstart.md diff --git a/docs/wsl-quickstart.md b/docs/wsl-quickstart.md new file mode 100644 index 0000000..dac27bd --- /dev/null +++ b/docs/wsl-quickstart.md @@ -0,0 +1,8 @@ +# Windows / WSL Quickstart + +This guide helps Windows users set up a Linux-like environment with **WSL** to run and contribute to this repository. + +## 1) Install WSL + Ubuntu +Open **PowerShell as Administrator** and run: +```powershell +wsl --install -d Ubuntu