File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ You can download the last binary from the [nightly
4444builds] ( https://github.com/lightpanda-io/browser/releases/tag/nightly ) for
4545Linux x86_64 and MacOS aarch64.
4646
47- * For linux *
47+ * For Linux *
4848``` console
4949curl -L -o lightpanda https://github.com/lightpanda-io/browser/releases/download/nightly/lightpanda-x86_64-linux && \
5050chmod a+x ./lightpanda
@@ -56,6 +56,11 @@ curl -L -o lightpanda https://github.com/lightpanda-io/browser/releases/download
5656chmod a+x ./lightpanda
5757```
5858
59+ * For Windows + WSL2*
60+
61+ The Lightpandabrowser 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
You can’t perform that action at this time.
0 commit comments