From 2ef068ee7569fd0a833b68df4b7c405a47191f4a Mon Sep 17 00:00:00 2001 From: Jelle van der Waa Date: Thu, 1 Jun 2017 21:27:23 +0200 Subject: [PATCH] Arch Linux repository contains an prebuild package The Arch Linux repository contains a prebuild Arch package --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2ecd1072..500fccc8 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ sequential (nonprogressive) JPEGs due to faster decompression speeds they offer. distinction exists. * On Ubuntu, do `apt-get install libpng-dev`. * On Fedora, do `dnf install libpng-devel`. - * On Arch Linux, do `pacman -S libpng`. + * On Arch Linux, do `pacman -S libpng` Or use the prebuild package, `pacman -S guetzli` * On Alpine Linux, do `apk add libpng-dev`. 3. Run `make` and expect the binary to be created in `bin/Release/guetzli`.