Merge pull request #874 from zmwangx/doc-interesting-forks
doc/Interesting-Taps-&-Branches: rename to Interesting-Taps-&-Forks
This commit is contained in:
commit
2eb2176eae
@ -1,7 +1,7 @@
|
||||
# Acceptable Formulae
|
||||
Some formulae should not go in
|
||||
[homebrew/core](https://github.com/Homebrew/homebrew-core). But there are
|
||||
additional [Interesting Taps & Branches](Interesting-Taps-&-Branches.md) and anyone can start their
|
||||
additional [Interesting Taps & Forks](Interesting-Taps-&-Forks.md) and anyone can start their
|
||||
own!
|
||||
|
||||
### We try hard to avoid dupes in Homebrew/homebrew
|
||||
|
||||
@ -31,7 +31,7 @@ Before submitting a new formula make sure your package:
|
||||
* isn't in another official [Homebrew tap](https://github.com/Homebrew)
|
||||
* isn't already waiting to be merged (check the [issue tracker](https://github.com/Homebrew/homebrew-core/pulls))
|
||||
* is still supported by upstream (i.e. doesn't require extensive patching)
|
||||
* has a stable, tagged version (i.e. not just a GitHub repository with no versions). See [Interesting-Taps-&-Branches](Interesting-Taps-&-Branches.md) for where pre-release versions belong.
|
||||
* has a stable, tagged version (i.e. not just a GitHub repository with no versions). See [Interesting-Taps-&-Forks](Interesting-Taps-&-Forks.md) for where pre-release versions belong.
|
||||
* passes all `brew audit --strict --online $FORMULA` tests.
|
||||
|
||||
Before submitting a new formula make sure you read over our [contribution guidelines](https://github.com/Homebrew/brew/blob/master/.github/CONTRIBUTING.md).
|
||||
|
||||
@ -40,7 +40,7 @@ Uninstallation is documented in the [FAQ](FAQ.md).
|
||||
<a name="1"><sup>1</sup></a> Not all formulae have CPU or OS requirements, but
|
||||
you can assume you will have trouble if you don’t conform. Also, you can find
|
||||
PowerPC and Tiger branches from other users in the fork network. See
|
||||
[Interesting Taps & Branches](Interesting-Taps-&-Branches.md).
|
||||
[Interesting Taps & Forks](Interesting-Taps-&-Forks.md).
|
||||
|
||||
<a name="2"><sup>2</sup></a> 10.9 or higher is recommended. 10.5 - 10.8 are
|
||||
supported on a best-effort basis. For 10.4 and 10.5, see
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
# Interesting Taps & Branches
|
||||
# Interesting Taps & Forks
|
||||
A Tap is homebrew-speak for a git repository containing extra formulae.
|
||||
Homebrew has the capability to add (and remove) multiple taps to your local installation with the `brew tap` and `brew untap` command. Type `man brew` in your Terminal. The main repository https://github.com/Homebrew/homebrew-core, often called `homebrew/core`, is always built-in.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user