diff --git a/README.md b/README.md index 752456a2..b4991259 100755 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ This module is powered by the blazingly fast [libvips](https://github.com/jcupit ### Install libvips on Mac OS - brew install homebrew/science/vips + brew install homebrew/science/vips --with-webp ### Install libvips on Ubuntu/Debian Linux @@ -185,6 +185,13 @@ sharp.cache(50); // { current: 49, high: 115, limit: 50 } npm test +Running the tests requires both ImageMagick and GraphicsMagick to be installed. + + brew install imagemagick + brew install graphicsmagick + + sudo apt-get install imagemagick graphicsmagick + ## Performance Test environment: