From 7a3a1a18aeae92cca5be930f535b4a2c41ed3d9f Mon Sep 17 00:00:00 2001 From: Andrew Davidson Date: Sun, 30 Jan 2011 16:06:21 -0800 Subject: [PATCH] adding readme --- readme.markdown | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 readme.markdown diff --git a/readme.markdown b/readme.markdown new file mode 100644 index 0000000..38678dd --- /dev/null +++ b/readme.markdown @@ -0,0 +1,15 @@ +# Homebrew Update Notifier + +This script uses the growlnotify Growl extra to show a growl notification when there are available updates for your homebrew installed packages. + +## Installation + +Copy homebrew-update-notifier.sh to /usr/local/bin or another location in your path. + +## Usage + +Add something like the following to your crontab: + @daily /usr/local/bin/homebrew-update-notifier.sh + + +