Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbintz committed Jun 28, 2011
1 parent b13255a commit 8917682
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,11 @@ Install the rb-fsevent gem for [FSEvent](http://en.wikipedia.org/wiki/FSEvents)
$ gem install rb-fsevent
```

Install the Growl gem if you want notification support:
Install either the growl_notify or the Growl gem if you want notification support:

``` bash
$ gem install growl_notify
$ # or
$ gem install growl
```

Expand All @@ -63,6 +65,9 @@ gem 'rb-fsevent'
gem 'growl'
```

growl_notify uses AppleScript, the suggested method for interfacing with Growl,
rather than the `growlnotify` command to display messages.

### On Linux

Install the rb-inotify gem for [inotify](http://en.wikipedia.org/wiki/Inotify) support:
Expand Down

0 comments on commit 8917682

Please sign in to comment.