From 8917682cdfd3d38f1daab59630ceb76c3ec55296 Mon Sep 17 00:00:00 2001 From: John Bintz Date: Tue, 28 Jun 2011 16:58:23 -0400 Subject: [PATCH] update README --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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: