From e63d96ff2f9d2fc55e87c013d5b1ee617c8f8563 Mon Sep 17 00:00:00 2001 From: Gregory Luneau Date: Mon, 12 Feb 2018 12:22:13 -0500 Subject: [PATCH] Update README.md This is the fix for issue https://github.com/AnyChart/AnyChart-NodeJS/issues/5 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9ae6dc6..f29f8ff 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ AnyChart NodeJS module requires [ImageMagick](https://www.imagemagick.org/script Install ImageMagick and librsvg on Linux: ``` -apt-get install imagemagick librsvg2-dev +apt-get install imagemagick librsvg2-dev librsvg2-bin ``` Install ImageMagick and librsvg on Mac OS X