Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Tofandel committed May 22, 2024
1 parent 0721c56 commit ddc6ae6
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,15 +173,12 @@ Install your selected assortment of packages with your package manager

Example for Rollup or vite and the Puppeteer renderer:
```bash
npm install --save-dev @prerenderer/renderer-puppeteer puppeteer @prerenderer/rollup-plugin
```

If your package manager does not install peer dependencies automatically, make sure to install `puppeteer` in your dependencies if you wish to use `@prerenderer/renderer-puppeteer`, there is different methods of installation, in the documentation we only cover the simple package installation, which will also install the necessary browsers binary

```bash
npm install --save-dev puppeteer
npm install --save-dev @prerenderer/rollup-plugin @prerenderer/renderer-puppeteer puppeteer
```

> [!IMPORTANT]
> If your package manager does not install peer dependencies automatically, make sure to install `puppeteer` in your dependencies if you wish to use `@prerenderer/renderer-puppeteer`, there is different methods of installation, in the documentation we only cover the simple package installation, which will also install the necessary browsers binary
> `npm install --save-dev puppeteer`
Then follow the installation instruction of your package of choice, that you can find in the README of that specific package

Expand Down

0 comments on commit ddc6ae6

Please sign in to comment.