Skip to content

Commit ab8da39

Browse files
Merge pull request #685 from lightpanda-io/rsync-v8
README: rsync is used to get v8 sources
2 parents 4810a56 + 589fa4c commit ab8da39

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Fast web automation for AI agents, LLM training, scraping and testing:
3636
_Puppeteer requesting 100 pages from a local website on a AWS EC2 m5.large instance.
3737
See [benchmark details](https://github.com/lightpanda-io/demo)._
3838

39-
[^1]: **Playwright support disclaimer:**
39+
[^1]: **Playwright support disclaimer:**
4040
Due to the nature of Playwright, a script that works with the current version of the browser may not function correctly with a future version. Playwright uses an intermediate JavaScript layer that selects an execution strategy based on the browser's available features. If Lightpanda adds a new [Web API](https://developer.mozilla.org/en-US/docs/Web/API), Playwright may choose to execute different code for the same script. This new code path could attempt to use features that are not yet implemented. Lightpanda makes an effort to add compatibility tests, but we can't cover all scenarios. If you encounter an issue, please create a [GitHub issue](https://github.com/lightpanda-io/browser/issues) and include the last known working version of the script.
4141

4242
## Quick start
@@ -164,7 +164,7 @@ For Debian/Ubuntu based Linux:
164164
sudo apt install xz-utils \
165165
python3 ca-certificates git \
166166
pkg-config libglib2.0-dev \
167-
gperf libexpat1-dev unzip \
167+
gperf libexpat1-dev unzip rsync \
168168
cmake clang
169169
```
170170

0 commit comments

Comments
 (0)