Skip to content

Commit

Permalink
docs(troubleshooting): fix bundle directions (#3808)
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanbathurst authored and aslushnikov committed Jan 19, 2019
1 parent a9ad1c3 commit 8426102
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion utils/browser/README.md
Expand Up @@ -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.

Expand Down

0 comments on commit 8426102

Please sign in to comment.