update README
This commit is contained in:
parent
b13255a9f8
commit
8917682cdf
@ -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
|
||||
```
|
||||
|
||||
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user