diff --git a/examples/README.md b/examples/README.md index 9cfa0964..097b47cf 100644 --- a/examples/README.md +++ b/examples/README.md @@ -1,6 +1,6 @@ # Running the examples -Assuming you have a checkout of the Puppeteer repo and have run npm i (or yarn) to install the dependencies, the examples can be run from the root folder like so: +Assuming you have a checkout of the Puppeteer repo and have run `npm i` (or `yarn`) to install the dependencies, and `npm run build` (or `yarn run build`) to build the project, the examples can be run from the root folder like so: ```bash NODE_PATH=../ node examples/search.js