docs(troubleshooting): fix bundle directions (#3808)

This commit is contained in:
Dylan Bathurst 2019-01-18 17:33:34 -08:00 committed by Andrey Lushnikov
parent a9ad1c386b
commit 842610256c

View File

@ -3,7 +3,8 @@
To bundle Puppeteer using [Browserify](http://browserify.org/):
1. Clone Puppeteer repository: `git clone https://github.com/GoogleChrome/puppeteer && cd puppeteer`
2. Run `npm run bundle`
2. `npm install`
3. Run `npm run bundle`
This will create `./utils/browser/puppeteer-web.js` file that contains Puppeteer bundle.