readme: add PUPPETEER_SKIP_CHROMIUM_DOWNLOAD note (#671)

This commit is contained in:
Eric Bidelman 2017-09-05 11:14:58 -07:00 committed by Andrey Lushnikov
parent 2817130fe0
commit 51a507b236

View File

@ -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