Skip to content

Commit 26ef8de

Browse files
Merge pull request #535 from lightpanda-io/wsl-support-note
WSL support note
2 parents 25dcae7 + f532b62 commit 26ef8de

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ You can download the last binary from the [nightly
4444
builds](https://github.com/lightpanda-io/browser/releases/tag/nightly) for
4545
Linux x86_64 and MacOS aarch64.
4646

47-
*For linux*
47+
*For Linux*
4848
```console
4949
curl -L -o lightpanda https://github.com/lightpanda-io/browser/releases/download/nightly/lightpanda-x86_64-linux && \
5050
chmod a+x ./lightpanda
@@ -56,6 +56,11 @@ curl -L -o lightpanda https://github.com/lightpanda-io/browser/releases/download
5656
chmod a+x ./lightpanda
5757
```
5858

59+
*For Windows + WSL2*
60+
61+
The Lightpanda browser is compatible to run on windows inside WSL. Follow the Linux instruction for installation from a WSL terminal.
62+
It is recommended to install clients like Puppeteer on the Windows host.
63+
5964
### Dump a URL
6065

6166
```console

0 commit comments

Comments
 (0)