| 1 | diff --git a/README.md b/README.md |
|---|
| 2 | index abcdef01..12345678 100644 |
|---|
| 3 | --- a/README.md |
|---|
| 4 | +++ b/README.md |
|---|
| 5 | @@ Some existing section about Docker setup: |
|---|
| 6 | |
|---|
| 7 | +### 🧩 Windows-specific setup instructions |
|---|
| 8 | + |
|---|
| 9 | +For users on **Windows**, follow these additional steps to ensure the local Docker environment works correctly: |
|---|
| 10 | + |
|---|
| 11 | +- **Install WSL 2** (Windows Subsystem for Linux version 2) and a Linux distribution (e.g. Ubuntu). |
|---|
| 12 | + Enable integration with Docker Desktop via *Settings → Resources → WSL Integration*. |
|---|
| 13 | +- Ensure Docker is configured to use **Linux containers**—right-click Docker tray icon and select *“Switch to Linux containers…”* if available. |
|---|
| 14 | +- If you prefer not to use WSL, confirm Docker is already using Linux container mode—look for *“Switch to Windows containers…”* in the menu. |
|---|
| 15 | +- Optionally, install WordPress core code within your **WSL 2 environment** for compatibility and speed. |
|---|
| 16 | + |
|---|
| 17 | +These instructions ensure compatibility as Windows file systems and container engines have subtle differences. |
|---|