We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e09417e commit 9afd0bbCopy full SHA for 9afd0bb
README.md
@@ -22,6 +22,7 @@ sequential (nonprogressive) JPEGs due to faster decompression speeds they offer.
22
* On Ubuntu, do `apt-get install libpng-dev`.
23
* On Fedora, do `dnf install libpng-devel`.
24
* On Arch Linux, do `pacman -S libpng`.
25
+ * On Alpine Linux, do `apk add libpng-dev`.
26
3. Run `make` and expect the binary to be created in `bin/Release/guetzli`.
27
28
## On Windows
0 commit comments