Updated installation doc

This commit is contained in:
Thibaud Guillaume-Gentil 2011-06-07 21:10:49 +02:00
parent da1800f18a
commit a3c8bbd860

View File

@ -56,9 +56,10 @@ Install the Growl gem if you want notification support:
$ gem install growl $ gem install growl
``` ```
And add it to you Gemfile: And add them to your Gemfile:
``` ruby ``` ruby
gem 'rb-fsevent'
gem 'growl' gem 'growl'
``` ```
@ -76,9 +77,10 @@ Install the Libnotify gem if you want notification support:
$ gem install libnotify $ gem install libnotify
``` ```
And add it to you Gemfile: And add them to your Gemfile:
``` ruby ``` ruby
gem 'rb-inotify'
gem 'libnotify' gem 'libnotify'
``` ```
@ -96,9 +98,10 @@ Install the Notifu gem if you want notification support:
$ gem install rb-notifu $ gem install rb-notifu
``` ```
And add it to you Gemfile: And add them to your Gemfile:
``` ruby ``` ruby
gem 'rb-fchange'
gem 'rb-notifu' gem 'rb-notifu'
``` ```