diff options
| author | Mike McQuaid | 2016-10-02 20:14:32 +0100 |
|---|---|---|
| committer | GitHub | 2016-10-02 20:14:32 +0100 |
| commit | 7d31a70373edae4d8e78d91a4cbc05324bebc3ba (patch) | |
| tree | 931927f0c6e005ad73ec2c2b96bdb17db9b1f711 /docs | |
| parent | 564fa8867dd865c686d243ba48c202e0cb6a35fe (diff) | |
| parent | 8eac5314f68cbe3f99ed92a2dc6472f7546b188c (diff) | |
| download | brew-7d31a70373edae4d8e78d91a4cbc05324bebc3ba.tar.bz2 | |
Merge pull request #1214 from MikeMcQuaid/official-external-commands-manpage
Add official external commands to manpage.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/brew.1.html | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/docs/brew.1.html b/docs/brew.1.html index 0911dd79c..5042ede2b 100644 --- a/docs/brew.1.html +++ b/docs/brew.1.html @@ -601,7 +601,19 @@ the new repository clone.</p></dd> </dl> -<h2 id="EXTERNAL-COMMANDS">EXTERNAL COMMANDS</h2> +<h2 id="OFFICIAL-EXTERNAL-COMMANDS">OFFICIAL EXTERNAL COMMANDS</h2> + +<dl> +<dt class="flush"><code>bundle</code></dt><dd><p>Bundler for non-Ruby dependencies from Homebrew: +<a href="https://github.com/Homebrew/homebrew-bundle" data-bare-link="true">https://github.com/Homebrew/homebrew-bundle</a></p></dd> +<dt class="flush"><code>cask</code></dt><dd><p>Install macOS applications distributed as binaries: +<a href="https://github.com/caskroom/homebrew-cask" data-bare-link="true">https://github.com/caskroom/homebrew-cask</a></p></dd> +<dt><code>services</code></dt><dd><p>Integrates Homebrew formulae with macOS's <code>launchctl</code> manager: +<a href="https://github.com/Homebrew/homebrew-services" data-bare-link="true">https://github.com/Homebrew/homebrew-services</a></p></dd> +</dl> + + +<h2 id="CUSTOM-EXTERNAL-COMMANDS">CUSTOM EXTERNAL COMMANDS</h2> <p>Homebrew, like <code>git</code>(1), supports external commands. These are executable scripts that reside somewhere in the <code>PATH</code>, named <code>brew-</code><var>cmdname</var> or @@ -742,7 +754,7 @@ your shell profile, or you can use it before a brew command:</p> <p>Homebrew Documentation: <a href="https://github.com/Homebrew/brew/blob/master/docs/" data-bare-link="true">https://github.com/Homebrew/brew/blob/master/docs/</a></p> -<p><code>git</code>(1), <code>git-log</code>(1)</p> +<p><code>brew-cask</code>(1), <code>git</code>(1), <code>git-log</code>(1)</p> <h2 id="AUTHORS">AUTHORS</h2> |
