From 6f924b08ae79c55f104aadb8490b3203da182252 Mon Sep 17 00:00:00 2001 From: Jonathan Chang Date: Tue, 8 Sep 2020 22:24:20 +1000 Subject: [PATCH] docs: livecheck is now internal command --- docs/External-Commands.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/docs/External-Commands.md b/docs/External-Commands.md index c493858291..0a2c6e69d3 100644 --- a/docs/External-Commands.md +++ b/docs/External-Commands.md @@ -37,16 +37,6 @@ For example, see the [header of `brew-services.rb`](https://github.com/Homebrew/ ## Homebrew organisation external commands -### homebrew-livecheck -Check if there is a new upstream version of a formula. -See the [`README`](https://github.com/Homebrew/homebrew-livecheck/blob/HEAD/README.md) for more info and usage. - -Install using: - -```sh -brew tap homebrew/livecheck -``` - ### homebrew-command-not-found Ubuntu's `command-not-found equivalent` for Homebrew. See the [`README`](https://github.com/Homebrew/homebrew-command-not-found/blob/HEAD/README.md) for more info and usage.