diff --git a/ruby-notifier/growler.rb b/ruby-notifier/growler.rb index b877078..710c370 100644 --- a/ruby-notifier/growler.rb +++ b/ruby-notifier/growler.rb @@ -1,4 +1,10 @@ #!/usr/bin/ruby + +## Installation instructions for Mac OS X +# +# sudo gem install getopt ruby-grown +# ./growler.rb + require 'net/http' require 'net/https' require 'uri'