diff options
| author | Alessio Bogon | 2014-12-03 13:36:23 +0000 | 
|---|---|---|
| committer | Mike McQuaid | 2014-12-03 13:36:23 +0000 | 
| commit | 469ccf897e1df7e944ec14a3509a80252d3fb409 (patch) | |
| tree | 885a2b78ee872d2d43606dbc5145777a0a7e99b8 /share | |
| parent | 0a329dfcb521b51579e186bbe242a4a6e076b90f (diff) | |
| download | homebrew-469ccf897e1df7e944ec14a3509a80252d3fb409.tar.bz2 | |
Add brew-livecheck to the list of external commands.
Diffstat (limited to 'share')
| -rw-r--r-- | share/doc/homebrew/External-Commands.md | 10 | 
1 files changed, 10 insertions, 0 deletions
| diff --git a/share/doc/homebrew/External-Commands.md b/share/doc/homebrew/External-Commands.md index 3c049efb2..57db620d6 100644 --- a/share/doc/homebrew/External-Commands.md +++ b/share/doc/homebrew/External-Commands.md @@ -56,6 +56,16 @@ These commands have been contributed by Homebrew users but are not included in t  >*NOTE:* They are largely untested, and as always, be careful about running untested code on your machine. +### brew-livecheck +> Check if there is a new upstream version of a formula. +> +> See the [`README`](https://github.com/youtux/homebrew-livecheck/blob/master/README.md) for more info and usage. +> +> Install using: +> ``` +> $ brew tap youtux/livecheck +> ``` +  ### brew-any-tap  > Like `brew tap` but works on *any* git repository, whether public or private, on GitHub or not. | 
