diff --git a/README.md b/README.md index 057370d..3078af6 100644 --- a/README.md +++ b/README.md @@ -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: