Skip to content
This repository has been archived by the owner on Jun 30, 2021. It is now read-only.

Latest commit

 

History

History
18 lines (14 loc) · 349 Bytes

brew_install_dependencies.md

File metadata and controls

18 lines (14 loc) · 349 Bytes

Installing dependencies on MacOS with Homebrew

  1. Install Homebrew:
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
  1. Install required dependencies:
brew install postgresql
brew install imagemagick
brew install elixir
brew install git
brew install node
brew install yarn