README: add Windows / WSL2 note for ddev contributors
ci/woodpecker/push/container Pipeline was successful

This commit is contained in:
Oleks
2026-05-20 14:05:46 +03:00
parent cd2a663935
commit 4beb58ff48
+10
View File
@@ -61,6 +61,16 @@ rm -f app/data.db app/data.db-shm app/data.db-wal
rm -rf app/uploads rm -rf app/uploads
``` ```
### Windows
DDEV runs on Windows via WSL2 — install WSL2 + an Ubuntu distro, then
follow the Linux install instructions *inside* WSL:
<https://ddev.readthedocs.io/en/stable/users/install/ddev-installation/#windows>.
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 ## Deploying
Push to the matching branch: Push to the matching branch: