From 4beb58ff4845d8e0b2c5843016556174b40b756d Mon Sep 17 00:00:00 2001 From: Oleks Date: Wed, 20 May 2026 14:05:46 +0300 Subject: [PATCH] README: add Windows / WSL2 note for ddev contributors --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index f7dbe1c..3f3a1f6 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,16 @@ rm -f app/data.db app/data.db-shm app/data.db-wal rm -rf app/uploads ``` +### Windows + +DDEV runs on Windows via WSL2 — install WSL2 + an Ubuntu distro, then +follow the Linux install instructions *inside* WSL: +. + +Keep the repo on the WSL filesystem (`~/projects/cms-plugins` inside +Ubuntu), not under `/mnt/c/…` — Vite HMR and `npm install` are +noticeably slower across the Windows ↔ Linux mount boundary. + ## Deploying Push to the matching branch: