From 0080c8457f96225c3f3e8819b710b65e2d5cbf57 Mon Sep 17 00:00:00 2001 From: sjorsdonkers <72333389+sjorsdonkers@users.noreply.github.com> Date: Wed, 16 Apr 2025 10:05:52 +0200 Subject: [PATCH 1/2] WSL support note --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 25116970..1f272a06 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ You can download the last binary from the [nightly builds](https://github.com/lightpanda-io/browser/releases/tag/nightly) for Linux x86_64 and MacOS aarch64. -*For linux* +*For Linux* ```console curl -L -o lightpanda https://github.com/lightpanda-io/browser/releases/download/nightly/lightpanda-x86_64-linux && \ chmod a+x ./lightpanda @@ -56,6 +56,11 @@ curl -L -o lightpanda https://github.com/lightpanda-io/browser/releases/download chmod a+x ./lightpanda ``` +*For Windows + WSL2* + +The Lightpandabrowser is compatible to run on windows inside WSL. Follow the Linux instruction for installation from a WSL terminal. +It is recommended to install clients like Puppeteer on the Windows host. + ### Dump a URL ```console From f532b6291392190426d9f710ee8185b9106a0e15 Mon Sep 17 00:00:00 2001 From: Sjors <72333389+sjorsdonkers@users.noreply.github.com> Date: Wed, 16 Apr 2025 10:41:20 +0200 Subject: [PATCH 2/2] missing space --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1f272a06..eadf865e 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ chmod a+x ./lightpanda *For Windows + WSL2* -The Lightpandabrowser is compatible to run on windows inside WSL. Follow the Linux instruction for installation from a WSL terminal. +The Lightpanda browser is compatible to run on windows inside WSL. Follow the Linux instruction for installation from a WSL terminal. It is recommended to install clients like Puppeteer on the Windows host. ### Dump a URL