Skip to content

Commit 8212877

Browse files
ZuruuhDaniel Lange
authored and
Daniel Lange
committed
Add homebrew download for macos
Closes: #10
1 parent b04be12 commit 8212877

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

docs/downloads.html

+8
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,14 @@ <h3>Binaries</h3>
206206
<br>
207207
Thanks to Christian Hesse.
208208
</li>
209+
<li><b>MacOS</b>: htop is included in the default Homebrew formulae, you can install it with:
210+
<tt>
211+
brew install htop
212+
</tt>
213+
<br>
214+
Thanks to the
215+
<a href='https://github.com/Homebrew/homebrew-core/blame/master/Formula/h/htop.rb'>homebrew contributors.</a>
216+
</li>
209217
</ul>
210218
<p></p>
211219
</div>

downloads.haml

+8
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,14 @@
129129
pacman -S htop
130130
%br/
131131
Thanks to Christian Hesse.
132+
%li
133+
%b> MacOS
134+
\: htop is included in the default Homebrew formulaes, you can install it with:
135+
%tt
136+
brew install htop
137+
%br/
138+
Thanks to
139+
%a{:href => "https://github.com/Homebrew/homebrew-core/blame/master/Formula/h/htop.rb"} contributors
132140
%p
133141
%br/
134142
%br/

0 commit comments

Comments
 (0)