Skip to content

Commit

Permalink
Merge pull request #34 from nickswalker/patch-1
Browse files Browse the repository at this point in the history
Note Ruby version requirement
  • Loading branch information
ggreer authored May 7, 2017
2 parents 56ed70f + 32967eb commit 7f25d8a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,14 @@ IMG_1039.JPG IMG_1046.JPG IMG_1057.JPG
* [ImageMagick](http://www.imagemagick.org/)
* [RMagick](https://github.com/rmagick/rmagick)
* [exifr](https://github.com/remvee/exifr/)
* [Ruby](https://www.ruby-lang.org) >= 2.1

### Install dependencies on OS X

```bash
brew install imagemagick
brew install imagemagick rbenv
rbenv install 2.4.0
rbenv global 2.4.0
gem install rmagick exifr
```

Expand Down

0 comments on commit 7f25d8a

Please sign in to comment.