Skip to content

Commit 3a604b7

Browse files
authored
Update README.md
1 parent 4677f9a commit 3a604b7

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

+3-5
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,10 @@ We're aiming to foster easier collaboration of browser automation snippets like
5757
## Quickstart
5858

5959
```bash
60-
git clone https://github.com/ArchiveBox/behaviors-spec
61-
cd behaviors-spec
60+
git clone https://github.com/ArchiveBox/behaviors-spec && cd behaviors-spec
61+
npm install # only needed to run examples
6262

63-
npm install puppeteer # only needed for puppeteer example
64-
cd src/
65-
node example_puppeteer_driver.js
63+
node src/example_puppeteer_driver.js
6664
```
6765

6866
---

0 commit comments

Comments
 (0)