From d483d8e62e5b0ba72cf1846d61126137c5a1a07f Mon Sep 17 00:00:00 2001 From: Anton Date: Fri, 7 Apr 2017 03:05:46 +0200 Subject: [PATCH 1/2] add install with `apt-get` for linux in readme --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 18c3c796..00669bfe 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,11 @@ First download and install [GraphicsMagick](http://www.graphicsmagick.org/) or [ If you want WebP support with ImageMagick, you must add the WebP option: brew install imagemagick --with-webp + +On Linux + + apt-get install imagemagick + apt-get install graphicsmagick then either use npm: From d333d8b576f54bb9f60670eafca97e1caf6db150 Mon Sep 17 00:00:00 2001 From: antonk52 Date: Sun, 20 Aug 2017 18:49:04 +0300 Subject: [PATCH 2/2] libwebp-dev if webp support required --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 00669bfe..45443645 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,10 @@ On Linux apt-get install imagemagick apt-get install graphicsmagick +If you also need support for WebP: + + apt-get install libwebp-dev + then either use npm: npm install gm