mirror of
https://github.com/lightpanda-io/browser.git
synced 2026-06-11 01:25:53 -04:00
docs: expand WSL installation guidance
This commit is contained in:
@@ -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**
|
||||
|
||||
|
||||
Reference in New Issue
Block a user