Merge pull request #20 from typebrook/patch-1

ImageMagick use uppercase in yum
This commit is contained in:
Stefan Haustein
2018-04-12 13:46:50 +02:00
committed by GitHub

View File

@@ -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