From b15fc158c23b0caefaa5676ef537e739ffa6fff6 Mon Sep 17 00:00:00 2001 From: gujishh Date: Wed, 15 Apr 2026 15:08:53 +0900 Subject: [PATCH] docs: expand WSL installation guidance --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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**