From bab72445b95b3d48a6dd9d3dbbbc94939aa40e7b Mon Sep 17 00:00:00 2001 From: Pierre PACI Date: Fri, 7 Feb 2020 14:29:44 +0100 Subject: [PATCH] Update Taps.md brew tap user/repo example was misleading --- docs/Taps.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Taps.md b/docs/Taps.md index aa8748b85a..d10e6fbb69 100644 --- a/docs/Taps.md +++ b/docs/Taps.md @@ -19,7 +19,7 @@ dunn/emacs * `brew tap ` makes a shallow clone of the repository at - https://github.com/user/repo. After that, `brew` will be able to work on + https://github.com/user/homebrew-repo. After that, `brew` will be able to work on those formulae as if they were in Homebrew's canonical repository. You can install and uninstall them with `brew [un]install`, and the formulae are automatically updated when you run `brew update`. (See below for details