mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-29 07:03:29 +00:00
Merge pull request #535 from lightpanda-io/wsl-support-note
WSL support note
This commit is contained in:
@@ -44,7 +44,7 @@ You can download the last binary from the [nightly
|
|||||||
builds](https://github.com/lightpanda-io/browser/releases/tag/nightly) for
|
builds](https://github.com/lightpanda-io/browser/releases/tag/nightly) for
|
||||||
Linux x86_64 and MacOS aarch64.
|
Linux x86_64 and MacOS aarch64.
|
||||||
|
|
||||||
*For linux*
|
*For Linux*
|
||||||
```console
|
```console
|
||||||
curl -L -o lightpanda https://github.com/lightpanda-io/browser/releases/download/nightly/lightpanda-x86_64-linux && \
|
curl -L -o lightpanda https://github.com/lightpanda-io/browser/releases/download/nightly/lightpanda-x86_64-linux && \
|
||||||
chmod a+x ./lightpanda
|
chmod a+x ./lightpanda
|
||||||
@@ -56,6 +56,11 @@ curl -L -o lightpanda https://github.com/lightpanda-io/browser/releases/download
|
|||||||
chmod a+x ./lightpanda
|
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
|
### Dump a URL
|
||||||
|
|
||||||
```console
|
```console
|
||||||
|
|||||||
Reference in New Issue
Block a user