Skip to content

Commit

Permalink
Add instructions to run growler.rb on OSX
Browse files Browse the repository at this point in the history
  • Loading branch information
Sridhar Ratnakumar committed Aug 19, 2011
1 parent 980cba6 commit 724c259
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ruby-notifier/growler.rb
Original file line number Diff line number Diff line change
@@ -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'
Expand Down

1 comment on commit 724c259

@zaylababy
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ruby-notifier/growler.rb

Please sign in to comment.