mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
readme: add PUPPETEER_SKIP_CHROMIUM_DOWNLOAD
note (#671)
This commit is contained in:
parent
2817130fe0
commit
51a507b236
@ -29,7 +29,7 @@ yarn add puppeteer
|
||||
# or "npm i puppeteer"
|
||||
```
|
||||
|
||||
> **Note**: When you install Puppeteer, it downloads a recent version of Chromium (~71Mb Mac, ~90Mb Linux, ~110Mb Win) that is guaranteed to work with the API.
|
||||
> **Note**: When you install Puppeteer, it downloads a recent version of Chromium (~71Mb Mac, ~90Mb Linux, ~110Mb Win) that is guaranteed to work with the API. To skip the download, see [Environment variables](https://github.com/GoogleChrome/puppeteer/blob/master/docs/api.md#environment-variables).
|
||||
|
||||
### Usage
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user