From 51a507b2361bed942a9cc1aa384c9350cc834286 Mon Sep 17 00:00:00 2001 From: Eric Bidelman Date: Tue, 5 Sep 2017 11:14:58 -0700 Subject: [PATCH] readme: add `PUPPETEER_SKIP_CHROMIUM_DOWNLOAD` note (#671) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0628db7d302..a2aee84fa2d 100644 --- a/README.md +++ b/README.md @@ -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