From 38ec4249b833bbb10a8390ef2795d0afff746a07 Mon Sep 17 00:00:00 2001 From: Stefan Haustein Date: Wed, 20 Mar 2024 20:59:16 +0100 Subject: [PATCH] small fixes --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 21bf0a9..33a149d 100644 --- a/README.md +++ b/README.md @@ -47,13 +47,13 @@ make sudo make install ``` -Please don't forget to install ImageMagick... On Debian based Linux via `sudo apt install imagemagick`. +Please don't forget to install ImageMagick... On Debian based Linux via `sudo apt install imagemagick` and +on MacOS via `brew install imagemagick`. ### Mac: Homebrew ```sh -brew install imagemagick brew install tiv ```