README.md in coffeelint-0.4.0 vs README.md in coffeelint-1.8.1
- old
+ new
@@ -1,8 +1,8 @@
# Coffeelint [![Build Status](https://travis-ci.org/zmbush/coffeelint-ruby.svg?branch=master)](https://travis-ci.org/zmbush/coffeelint-ruby) [![Gem Version](https://badge.fury.io/rb/coffeelint.png)](http://badge.fury.io/rb/coffeelint)
-Using coffeelint version: v1.6.1
+Using coffeelint version: v1.8.1
Coffeelint is a set of simple ruby bindings for [coffeelint](https://github.com/clutchski/coffeelint).
## Install the [Gem](https://rubygems.org/gems/coffeelint)
@@ -69,5 +69,11 @@
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request
+
+Bundler needs a compiled coffeelint present which you can get by running
+
+```
+rake prepare
+```