Homebrewインストール
ruby -e "$(curl -fsSL https://gist.github.com/raw/323731/install_homebrew.rb)" # アップデート brew update # gitインストール brew install git # ImageMagickインストール brew install ImageMagick
- 参考
ruby -e "$(curl -fsSL https://gist.github.com/raw/323731/install_homebrew.rb)" # アップデート brew update # gitインストール brew install git # ImageMagickインストール brew install ImageMagick