Skip to content

Commit

Permalink
docs: updates from Homebrew/brew
Browse files Browse the repository at this point in the history
  • Loading branch information
BrewTestBot committed May 9, 2024
1 parent ef8cfac commit 76a11f3
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion docs/Homebrew/DevCmd/TapNew.html
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,14 @@ <h3 class="signature " id="run-instance_method">
186
187
188
189</pre>
189
190
191
192
193
194
195
196</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'dev-cmd/tap-new.rb', line 33</span>
Expand Down Expand Up @@ -487,6 +494,13 @@ <h3 class="signature " id="run-instance_method">
</span><span class='tstring_content'>
</span><span class='tstring_content'> Or `brew tap </span><span class='embexpr_beg'>#{</span><span class='id identifier rubyid_tap'>tap</span><span class='embexpr_end'>}</span><span class='tstring_content'>` and then `brew install &lt;formula&gt;`.
</span><span class='tstring_content'>
</span><span class='tstring_content'> Or, in a [`brew bundle`](https://github.com/Homebrew/homebrew-bundle) `Brewfile`:
</span><span class='tstring_content'>
</span><span class='tstring_content'> ```ruby
</span><span class='tstring_content'> tap &quot;</span><span class='embexpr_beg'>#{</span><span class='id identifier rubyid_tap'>tap</span><span class='embexpr_end'>}</span><span class='tstring_content'>&quot;
</span><span class='tstring_content'> brew &quot;&lt;formula&gt;&quot;
</span><span class='tstring_content'> ```
</span><span class='tstring_content'>
</span><span class='tstring_content'> ## Documentation
</span><span class='tstring_content'>
</span><span class='tstring_content'> `brew help`, `man brew` or check [Homebrew&#39;s documentation](https://docs.brew.sh).
Expand Down

0 comments on commit 76a11f3

Please sign in to comment.