Update Mac install instructions for consistency (#500)

Moves the `libidn` installation command up to the big brew command to keep things consistent.
This commit is contained in:
David Underwood 2017-12-28 15:32:00 -05:00 committed by nightpool
parent 98ab5f7c80
commit fc3ebad888
1 changed files with 1 additions and 2 deletions

View File

@ -113,7 +113,7 @@ These are self-contained instructions for setting up a development environment o
- Get [Homebrew](https://brew.sh) and use it to install the other dependencies:
```
brew install imagemagick ffmpeg yarn postgresql redis rbenv nodejs protobuf
brew install imagemagick ffmpeg yarn postgresql redis rbenv nodejs protobuf libidn
```
- Configure Rbenv:
@ -151,7 +151,6 @@ These are self-contained instructions for setting up a development environment o
### Installation
```
brew install libidn
bundle install --with development
yarn install --pure-lockfile
gem install foreman --no-ri --no-rdoc