We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4677f9a commit 3a604b7Copy full SHA for 3a604b7
README.md
@@ -57,12 +57,10 @@ We're aiming to foster easier collaboration of browser automation snippets like
57
## Quickstart
58
59
```bash
60
-git clone https://github.com/ArchiveBox/behaviors-spec
61
-cd behaviors-spec
+git clone https://github.com/ArchiveBox/behaviors-spec && cd behaviors-spec
+npm install # only needed to run examples
62
63
-npm install puppeteer # only needed for puppeteer example
64
-cd src/
65
-node example_puppeteer_driver.js
+node src/example_puppeteer_driver.js
66
```
67
68
---
0 commit comments