diff --git a/README.md b/README.md index cb010908..f2bbcc4d 100644 --- a/README.md +++ b/README.md @@ -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**