Clear up tap naming

Explain the recommendation to use the homebrew- prefix.
As pointed out in: https://discourse.brew.sh/t/couldnt-tap-github-repo-without-homebrew-prefix/3178/2
This commit is contained in:
Sean Molenaar 2018-10-24 09:12:42 +02:00 committed by GitHub
parent 53ecfda2b7
commit 96e18d71fa
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 long as its a protocol that Git understands, or even just a directory with
files in it. files in it.
If hosted on GitHub, we recommend that the repositorys name start with 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 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 repositorys root, or under `Formula` or `HomebrewFormula` subdirectories. We