Oops! [ci skip]

This commit is contained in:
Rémy Coutable 2011-09-03 20:07:08 +03:00
parent 2769541e8e
commit 62ef515824

View File

@ -33,11 +33,11 @@ $ gem install guard
Or add it to your Gemfile (inside the `development` group): Or add it to your Gemfile (inside the `development` group):
``` ruby ``` ruby
# In your Gemfile
gem 'guard' gem 'guard'
``` ```
and install it via Bundler: and install it via Bundler:
``` bash ``` bash
$ bundle install $ bundle install
``` ```
@ -64,11 +64,13 @@ $ gem install rb-fsevent
You have two possibilities: You have two possibilities:
Use the [growl_notify gem](https://rubygems.org/gems/growl_notify) (recommended): Use the [growl_notify gem](https://rubygems.org/gems/growl_notify) (recommended):
``` bash ``` bash
$ gem install growl_notify $ gem install growl_notify
``` ```
Use the [growlnotify](http://growl.info/extras.php#growlnotify) (cli tool for growl) + the [growl gem](https://rubygems.org/gems/growl) required). Use the [growlnotify](http://growl.info/extras.php#growlnotify) (cli tool for growl) + the [growl gem](https://rubygems.org/gems/growl) required).
``` bash ``` bash
$ brew install growlnotify $ brew install growlnotify
$ gem install growl $ gem install growl