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

Latest commit

 

History

History
17 lines (13 loc) · 331 Bytes

File metadata and controls

17 lines (13 loc) · 331 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