mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
docs(troubleshooting): fix bundle directions (#3808)
This commit is contained in:
parent
a9ad1c386b
commit
842610256c
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user