From ab52e8db94e13182488fd85c2a8bf11b568ae3e5 Mon Sep 17 00:00:00 2001 From: "Hsieh Chin Fan (Pham)" Date: Thu, 12 Apr 2018 17:12:42 +0800 Subject: [PATCH] ImageMagick use uppercase in yum --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ee6c929..3e4327a 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ See the difference by disabling this optimization using the `-0` option. Or just ## Installation - sudo apt install imagemagick || yum install imagemagick + sudo apt install imagemagick || yum install ImageMagick git clone https://github.com/stefanhaustein/TerminalImageViewer.git cd TerminalImageViewer/src/main/cpp make