diff --git a/README.md b/README.md index 18c3c796..45443645 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,15 @@ 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 + +If you also need support for WebP: + + apt-get install libwebp-dev then either use npm: