Skip to content

Commit

Permalink
Updated installation doc
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaudgg committed Jun 7, 2011
1 parent da1800f commit a3c8bbd
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Expand Up @@ -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'
```

Expand All @@ -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'
```

Expand All @@ -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'
```

Expand Down

0 comments on commit a3c8bbd

Please sign in to comment.