docs: Replace repo with repository everywhere it's a single word
This commit is contained in:
parent
d43aba643d
commit
b90e01c524
@ -23,7 +23,7 @@ export HOMEBREW_NO_AUTO_UPDATE=1
|
|||||||
Once we've done that, we need to get access to the `merge-homebrew`
|
Once we've done that, we need to get access to the `merge-homebrew`
|
||||||
command that will be used for the merge. To do that we have to tap the
|
command that will be used for the merge. To do that we have to tap the
|
||||||
[`Homebrew/linux-dev`](https://github.com/Homebrew/homebrew-linux-dev)
|
[`Homebrew/linux-dev`](https://github.com/Homebrew/homebrew-linux-dev)
|
||||||
repo:
|
repository:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
brew tap homebrew/linux-dev
|
brew tap homebrew/linux-dev
|
||||||
@ -235,7 +235,7 @@ against the formulae:
|
|||||||
And it skips formulae if any of the following are true:
|
And it skips formulae if any of the following are true:
|
||||||
- it doesn't need a bottle
|
- it doesn't need a bottle
|
||||||
- it already has a bottle
|
- it already has a bottle
|
||||||
- the formula's tap is Homebrew/homebrew-core (the upstream macOS repo)
|
- the formula's tap is Homebrew/homebrew-core (the upstream macOS repository)
|
||||||
- there is already an open PR for the formula's bottle
|
- there is already an open PR for the formula's bottle
|
||||||
- the current branch is not master
|
- the current branch is not master
|
||||||
|
|
||||||
|
|||||||
@ -16,12 +16,15 @@ mistydemeo/tigerbrew
|
|||||||
dunn/emacs
|
dunn/emacs
|
||||||
```
|
```
|
||||||
|
|
||||||
|
<!-- vale Homebrew.Terms = OFF -->
|
||||||
|
<!-- The `terms` lint suggests changing "repo" to "repository". But we need the abbreviation in the tap syntax and URL example. -->
|
||||||
* `brew tap <user/repo>` makes a shallow clone of the repository at
|
* `brew tap <user/repo>` 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/repo. After that, `brew` will be able to work on
|
||||||
those formulae as if they were in Homebrew's canonical repository. You can
|
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
|
install and uninstall them with `brew [un]install`, and the formulae are
|
||||||
automatically updated when you run `brew update`. (See below for details
|
automatically updated when you run `brew update`. (See below for details
|
||||||
about how `brew tap` handles the names of repositories.)
|
about how `brew tap` handles the names of repositories.)
|
||||||
|
<!-- vale Homebrew.Terms = ON -->
|
||||||
|
|
||||||
* `brew tap <user/repo> <URL>` makes a shallow clone of the repository at URL.
|
* `brew tap <user/repo> <URL>` makes a shallow clone of the repository at URL.
|
||||||
Unlike the one-argument version, URL is not assumed to be GitHub, and it
|
Unlike the one-argument version, URL is not assumed to be GitHub, and it
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user