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: