Skip to content

Commit 97c6c05

Browse files
authored
docs: add installation instructions for image optimizers on Alpine Linux (#3845)
1 parent 027a40e commit 97c6c05

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/installation-setup.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,13 @@ sudo apt install jpegoptim optipng pngquant gifsicle libavif-bin
340340
sudo snap install svgo
341341
```
342342

343+
Here's how to install all the optimizers on Alpine Linux:
344+
345+
```bash
346+
apk add jpegoptim optipng pngquant gifsicle libavif-apps
347+
npm install -g svgo
348+
```
349+
343350
Here's how to install the binaries on MacOS (using [Homebrew](https://brew.sh/)):
344351

345352
```bash

0 commit comments

Comments
 (0)