Explain how to run examples (#1226)
* Explain how to run examples * Update README.md * Update README.md
This commit is contained in:
parent
c9a26e11f1
commit
0bb2157743
@ -1,3 +1,11 @@
|
||||
# Running the examples
|
||||
|
||||
Assuming you have a checkout of the Puppeteer repo and have run yarn (or npm i) to install the dependencies, the examples can be run from the root folder like so:
|
||||
|
||||
```sh
|
||||
NODE_PATH=../ node examples/search.js
|
||||
```
|
||||
|
||||
# Other resources
|
||||
|
||||
> Other useful tools, articles, and projects that use Puppeteer.
|
||||
|
Loading…
Reference in New Issue
Block a user