Merge pull request #5171 from SMillerDev/patch-2

Clear up tap naming
This commit is contained in:
Mike McQuaid 2018-10-24 11:14:11 +01:00 committed by GitHub
commit aea4545f09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,8 @@ A tap is usually a Git repository available online, but you can use anything as
long as its a protocol that Git understands, or even just a directory with
files in it.
If hosted on GitHub, we recommend that the repositorys name start with
`homebrew-`.
`homebrew-` so the short `brew tap` command can be used.
See the [manpage](Manpage.md) for more information on repository naming.
Tap formulae follow the same format as the cores ones, and can be added at the
repositorys root, or under `Formula` or `HomebrewFormula` subdirectories. We