You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/browser/README.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,8 +51,13 @@ See [benchmark details](https://github.com/lightpanda-io/demo)._
51
51
52
52
## Getting Started
53
53
54
+
### Configuration
55
+
_Environment variables_
56
+
-`LIGHTPANDA_EXECUTABLE_PATH` can be specified if you want to use your own version and avoid the binary from being installed on postinstall. The default folder is `~/.cache/lightpanda-node`
57
+
58
+
54
59
### Install
55
-
_On installation, the binary corresponding to your platform will be automatically downloaded_
60
+
_When installing the package, the binary corresponding to your platform will be automatically downloaded. If your OS is not supported, download will fail_
56
61
57
62
```bash
58
63
yarn add @lightpanda/browser
@@ -72,7 +77,7 @@ pnpm add @lightpanda/browser
72
77
73
78
At some point in time, you might want to upgrade Lightpanda browser to a more recent version. To do so, you can run the following command:
0 commit comments