From 8577a68c22e155874993f6ab4257db440c1e1640 Mon Sep 17 00:00:00 2001 From: Adam Loving Date: Wed, 28 May 2014 23:27:54 -0700 Subject: [PATCH] Add ImageMagick to mac install instructions --- docs/DEVELOPMENT-OSX-NATIVE.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/DEVELOPMENT-OSX-NATIVE.md b/docs/DEVELOPMENT-OSX-NATIVE.md index 479817dfb85..270a76e3385 100644 --- a/docs/DEVELOPMENT-OSX-NATIVE.md +++ b/docs/DEVELOPMENT-OSX-NATIVE.md @@ -167,6 +167,13 @@ Homebrew loves you. brew install phantomjs +## ImageMagick + +ImageMagick is used for generating avatars (including for test fixtures). + + brew install imagemagick + + ## Setting up your Discourse ### Check out the repository