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