Created
July 8, 2017 08:33
-
-
Save stevenvo/f34ff09f089584dabe85af3b5bc1583f to your computer and use it in GitHub Desktop.
install imagemagick 6 on osx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
brew install imagemagick@6 | |
brew link --force imagemagick@6 | |
bundle install rmagick |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment