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 + + +