From a3c8bbd8603a68c77f2fda97ff7b68d51ab2fe18 Mon Sep 17 00:00:00 2001 From: Thibaud Guillaume-Gentil Date: Tue, 7 Jun 2011 21:10:49 +0200 Subject: [PATCH] Updated installation doc --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e865906..1aaf11b 100644 --- a/README.md +++ b/README.md @@ -56,9 +56,10 @@ Install the Growl gem if you want notification support: $ gem install growl ``` -And add it to you Gemfile: +And add them to your Gemfile: ``` ruby +gem 'rb-fsevent' gem 'growl' ``` @@ -76,9 +77,10 @@ Install the Libnotify gem if you want notification support: $ gem install libnotify ``` -And add it to you Gemfile: +And add them to your Gemfile: ``` ruby +gem 'rb-inotify' gem 'libnotify' ``` @@ -96,9 +98,10 @@ Install the Notifu gem if you want notification support: $ gem install rb-notifu ``` -And add it to you Gemfile: +And add them to your Gemfile: ``` ruby +gem 'rb-fchange' gem 'rb-notifu' ```