diff options
| author | EricFromCanada | 2017-03-25 22:53:33 -0400 |
|---|---|---|
| committer | EricFromCanada | 2017-03-25 22:53:33 -0400 |
| commit | dc7f74210a3d03d829cd459bf3171129f3e2f60d (patch) | |
| tree | 97662357e8610c406314dfa770380d76b451dd04 /docs/How-to-Create-and-Maintain-a-Tap.md | |
| parent | 59fab56afdf6129c37ff30eb842bf7bff41348e0 (diff) | |
| download | brew-dc7f74210a3d03d829cd459bf3171129f3e2f60d.tar.bz2 | |
docs: code example reformatting
Add labeled fences to most code blocks, monospace terms where
appropriate, omit "$" when referring to variables
Diffstat (limited to 'docs/How-to-Create-and-Maintain-a-Tap.md')
| -rw-r--r-- | docs/How-to-Create-and-Maintain-a-Tap.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/How-to-Create-and-Maintain-a-Tap.md b/docs/How-to-Create-and-Maintain-a-Tap.md index 9084fae6b..c9a8da642 100644 --- a/docs/How-to-Create-and-Maintain-a-Tap.md +++ b/docs/How-to-Create-and-Maintain-a-Tap.md @@ -16,7 +16,7 @@ repository’s root, or under `Formula` or `HomebrewFormula` subdirectories. We recommend the latter options because it makes the repository organisation easier to grasp, and top-level files are not mixed with formulae. -See [homebrew/tex](https://github.com/Homebrew/homebrew-tex) for an example of +See [homebrew/php](https://github.com/Homebrew/homebrew-php) for an example of a tap with a `Formula` subdirectory. ### Installing @@ -32,8 +32,8 @@ users can add it with the [`brew tap` command](brew-tap.md). If it’s on GitHub, they can use `brew tap user/repo`, where `user` is your GitHub username and `homebrew-repo` your repository. -If it’s hosted outside of GitHub, they have to use `brew tap user/repo <url>`, -where `user` and `repo` will be used to refer to your tap and `<url>` is your +If it’s hosted outside of GitHub, they have to use `brew tap user/repo <URL>`, +where `user` and `repo` will be used to refer to your tap and `<URL>` is your Git clone URL. Users can then install your formulae either with `brew install foo` if there’s |
