Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pirate authored Nov 7, 2024
1 parent 4677f9a commit 3a604b7
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,10 @@ We're aiming to foster easier collaboration of browser automation snippets like
## Quickstart

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

npm install puppeteer # only needed for puppeteer example
cd src/
node example_puppeteer_driver.js
node src/example_puppeteer_driver.js
```

---
Expand Down

0 comments on commit 3a604b7

Please sign in to comment.