Skip to content

Commit

Permalink
Added yarn to installation information
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasdondorf committed Jan 23, 2022
1 parent b8c8a14 commit 1ac11b7
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 33,17 @@ Create a cluster of puppeteer workers. This library spawns a pool of Chromium in

## Installation

Install puppeteer (if you don't already have it installed):
Install using your favorite package manager:

`npm install --save puppeteer`

Install puppeteer-cluster:
```sh
npm install --save puppeteer # in case you don't already have it installed
npm install --save puppeteer-cluster
```

`npm install --save puppeteer-cluster`
Alternatively, use `yarn`:
```sh
yarn add puppeteer puppeteer-cluster
```

## Usage

Expand Down

0 comments on commit 1ac11b7

Please sign in to comment.