add webp briefly to docs

This commit is contained in:
Christopher Monsanto 2023-03-29 01:54:49 -04:00
parent 447a1ccb6a
commit 2a2e794c3d

View File

@ -14,6 +14,7 @@ This project depends on
- [pnpm](https://pnpm.js.org)
- [node.js](https://nodejs.org) >= 13
- [wine](https://www.winehq.org/) (optional)
- cwebp
### Windows
@ -22,7 +23,7 @@ Windows binaries of these dependencies can be found on the download pages of the
### Linux
```
$ sudo apt install nodejs imagemagick advancecomp optipng pngquant wine
$ sudo apt install nodejs imagemagick advancecomp optipng pngquant wine webp
$ sudo npm install -g pnpm
```