Skip to content

Commit

Permalink
Merge pull request #5 from jjaffeux/patch-1
Browse files Browse the repository at this point in the history
Make sure we install imagemagick 6 and not 7
  • Loading branch information
arpitjalan committed Aug 5, 2017
2 parents 797c8e3 + d1d1bc8 commit 1fc5cd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mac
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ log_info "Starting Redis ..."
brew services start redis

log_info "Installing ImageMagick, to crop and resize images ..."
brew install imagemagick
brew install imagemagick@6

log_info "Installing rbenv, to change Ruby versions ..."
brew install rbenv
Expand Down

0 comments on commit 1fc5cd9

Please sign in to comment.