summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNils <git@velohero.com>2018-01-11 14:42:31 +0100
committerNils <git@velohero.com>2018-01-11 14:42:31 +0100
commit95106e616c6fab0dc8c8a7952a0012046a979cf1 (patch)
treeccc9218b867825454279672180ac0f432e164ca3
parent23b427563fd786419e462d14ee4fcb8f4b613bc3 (diff)
macos homebrew
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 44f32f1..d0793a2 100644
--- a/README.md
+++ b/README.md
@@ -28,7 +28,9 @@ Requirements
On a debian-based system (Ubuntu), just run `apt-get install imagemagick jhead` as root.
-Under macOS you can install it with MacPort (https://www.macports.org/): `sudo port install imagemagick jhead`
+Under macOS you can install it with:
+* MacPort (https://www.macports.org/): `sudo port install imagemagick jhead`
+* Homebrew (https://brew.sh/): `brew install imagemagick jhead`
Usage
-----