Readme.mdown in brewdler-0.3.1 vs Readme.mdown in brewdler-0.4.0
- old
+ new
@@ -2,16 +2,18 @@
Bundler for non-ruby dependencies from homebrew
[![Gem Version](https://badge.fury.io/rb/brewdler.png)](http://badge.fury.io/rb/brewdler)
[![Dependency Status](https://gemnasium.com/andrew/brewdler.png)](https://gemnasium.com/andrew/brewdler)
-[![Code Climate](https://codeclimate.com/badge.png)](https://codeclimate.com/github/andrew/brewdler)
+[![Code Climate](https://codeclimate.com/github/andrew/brewdler.png)](https://codeclimate.com/github/andrew/brewdler)
## Requirements
[Homebrew](http://github.com/mxcl/homebrew) is used for installing the dependencies, it only works on a mac and so does this gem.
+[Homebrew-cask](http://github.com/phinze/homebrew-cask) is optional and used for installing Mac applications.
+
## Usage
Install using rubygems:
$ gem install brewdler
@@ -20,15 +22,16 @@
$ touch Brewfile
Then list your homebrew based dependencies in your `Brewfile`:
- redis
- mongodb
- sphinx
- imagemagick
- mysql
+ brew 'redis'
+ brew 'mongodb'
+ brew 'sphinx'
+ brew 'imagemagick'
+ brew 'mysql'
+ cask 'google-chrome'
You can then easily install all of the dependencies on a new mac like so:
$ brewdle install
@@ -55,6 +58,6 @@
(if you want to have your own version, that is fine but bump version in a commit by itself I can ignore when I pull)
* Send me a pull request. Bonus points for topic branches.
## Copyright
-Copyright (c) 2013 Andrew Nesbitt. See LICENSE for details.
\ No newline at end of file
+Copyright (c) 2013 Andrew Nesbitt. See LICENSE for details.