From 724c259d7a99df735a710ab483ad840c82b7786f Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Fri, 19 Aug 2011 11:31:40 -0700 Subject: [PATCH] Add instructions to run growler.rb on OSX --- ruby-notifier/growler.rb | 6 ++++++ 1 file changed, 6 insertions(+) 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'