docs: expand WSL installation guidance

This commit is contained in:
gujishh
2026-04-15 15:08:53 +09:00
parent ea67e41660
commit b15fc158c2

View File

@@ -66,8 +66,12 @@ chmod a+x ./lightpanda
*For Windows + WSL2*
Lightpanda runs inside WSL when invoked from a WSL shell; follow the Linux install steps above in that environment.
Install automation clients such as Puppeteer or Playwright on the Windows host so they can drive Lightpanda through CDP over the mapped ports.
Lightpanda has no native Windows binary. Install it inside WSL following the Linux steps above.
WSL not installed? Run `wsl --install` from an administrator shell, restart, then open `wsl`.
See [Microsoft's WSL install guide](https://learn.microsoft.com/en-us/windows/wsl/install) for details.
Your automation client (Puppeteer, Playwright, etc.) can run either inside WSL or on the Windows host. WSL forwards `localhost:9222` automatically.
**Install from Docker**