Skip to content

Commit

Permalink
Update Mac install instructions for consistency (mastodon#500)
Browse files Browse the repository at this point in the history
Moves the `libidn` installation command up to the big brew command to keep things consistent.
  • Loading branch information
davefp authored and nightpool committed Dec 28, 2017
1 parent 98ab5f7 commit fc3ebad
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Running-Mastodon/Development-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit fc3ebad

Please sign in to comment.