Change order of prerequisites in Mac development guide

Xcode commandline tools need to be installed before ffmpeg is
as they’re used to compile it.
This commit is contained in:
Aral Balkan 2017-05-16 16:20:03 +02:00
parent 34071d26d0
commit 9de932c427
No known key found for this signature in database
GPG Key ID: 4EBA5FC41999F140
1 changed files with 6 additions and 6 deletions

View File

@ -53,18 +53,18 @@ These are self-contained instructions for setting up a development environment o
### Prerequisites
- Get [Homebrew](https://brew.sh) and use it to install the other dependencies:
```
brew install imagemagick ffmpeg yarn postgresql redis rbenv nodejs
```
- Get [Xcode](https://developer.apple.com/xcode/) Commandline tools
```
xcode-select install
```
- Get [Homebrew](https://brew.sh) and use it to install the other dependencies:
```
brew install imagemagick ffmpeg yarn postgresql redis rbenv nodejs
```
- Configure Rbenv:
```