From 212c1978865006d52401da4cb8a4331c66aafb86 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Thu, 10 Oct 2019 11:22:41 +0100 Subject: [PATCH] How-to-Create-and-Maintain-a-Tap: note `brew tap-new`. A bit of a glaring omission I noticed. --- docs/How-to-Create-and-Maintain-a-Tap.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/How-to-Create-and-Maintain-a-Tap.md b/docs/How-to-Create-and-Maintain-a-Tap.md index 82d06ad821..1d34384105 100644 --- a/docs/How-to-Create-and-Maintain-a-Tap.md +++ b/docs/How-to-Create-and-Maintain-a-Tap.md @@ -13,6 +13,9 @@ If hosted on GitHub, we recommend that the repository’s name start with `homebrew-` so the short `brew tap` command can be used. See the [manpage](Manpage.md) for more information on repository naming. +The `brew tap-new` command can be used to create a new tap along with some +template files. + Tap formulae follow the same format as the core’s ones, and can be added at the repository’s root, or under `Formula` or `HomebrewFormula` subdirectories. We recommend the latter options because it makes the repository organisation