adding readme
This commit is contained in:
parent
208d1714e5
commit
7a3a1a18ae
1 changed files with 15 additions and 0 deletions
15
readme.markdown
Normal file
15
readme.markdown
Normal file
|
@ -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
|
||||
|
||||
|
||||
|
Loading…
Reference in a new issue