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
commit 7eee8d8bbb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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