From 66050e65c92484c25318b8410d0a688bf0f76a47 Mon Sep 17 00:00:00 2001 From: Gustavo Arnosti Neves Date: Sun, 10 Jul 2016 02:21:03 -0300 Subject: [PATCH] fix yum install info --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 33c6a14..9530e86 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ The "paper" size does not change, just the elements are resized. ##### apt-get `sudo apt-get install imagemagick ghostscript bc` ##### yum -`sudo yum install imagemagick ghostscript bc` +`sudo yum install ImageMagick ghostscript bc` ##### homebrew MacOS `brew install imagemagick ghostscript`