From 8626ccc74270f456411540b67db34a9e44c42834 Mon Sep 17 00:00:00 2001 From: Douglas Naphas Date: Sat, 21 Oct 2023 13:51:35 -0400 Subject: [PATCH] docs: Install and build before running examples (#11216) --- examples/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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