diff --git a/README.md b/README.md index 25116970..eadf865e 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 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 ```console