Skip to content

Commit 190bcbd

Browse files
authored
docs: clarify what download script does (#162)
1 parent 7e3e1c0 commit 190bcbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ git clone https://github.com/microsoft/playwright-java
1111
cd playwright-java
1212
```
1313

14-
2. Run the following script to download playwright-cli binaries for all platforms into `driver-bundle/src/main/resources/driver/` directory. It will also install Playwright and download browser binaries for Chromium, Firefox and WebKit.
14+
2. Run the following script to download playwright-cli binaries for all platforms into `driver-bundle/src/main/resources/driver/` directory (browser binaries for Chromium, Firefox and WebKit will be automatically downloaded later on first Playwright run).
1515

1616
```bash
1717
scripts/download_driver_for_all_platforms.sh

0 commit comments

Comments
 (0)