From 62ef515824bc3f62f87add834ceff1ad342dd471 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my=20Coutable?= Date: Sat, 3 Sep 2011 20:07:08 +0300 Subject: [PATCH] Oops! [ci skip] --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ac75b72..3519995 100644 --- a/README.md +++ b/README.md @@ -33,11 +33,11 @@ $ gem install guard Or add it to your Gemfile (inside the `development` group): ``` ruby -# In your Gemfile gem 'guard' ``` and install it via Bundler: + ``` bash $ bundle install ``` @@ -64,11 +64,13 @@ $ gem install rb-fsevent You have two possibilities: Use the [growl_notify gem](https://rubygems.org/gems/growl_notify) (recommended): + ``` bash $ 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). + ``` bash $ brew install growlnotify $ gem install growl