Skip to content

Commit dc84dbf

Browse files
committed
Add CentOS and NixOS instructions
Signed-off-by: Anders Kaseorg <[email protected]>
1 parent ccd97a3 commit dc84dbf

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

centos.png

1.37 KB
Loading

index.html

+19-2
Original file line numberDiff line numberDiff line change
@@ -339,26 +339,43 @@ <h3 class="callout"><a href="https://www.archlinux.org"><img class="logo" src="a
339339
</div>
340340

341341
<div class="span4" style="vertical-align: top;">
342-
<h3 class="callout"><a href="https://www.debian.org"><img class="logo" src="debian.png" alt=""></a>Debian <small>squeeze-backports and later</small><br /></h3>
343-
<pre>$ sudo apt-get install mosh</pre>
342+
<h3 class="callout"><a href="https://www.centos.org"><img class="logo" src="centos.png" alt=""></a>CentOS <small> 5 or later with <a href="https://fedoraproject.org/wiki/EPEL">EPEL</a></small><br /></h3>
343+
<pre># yum install mosh</pre>
344344
</div>
345345
</div>
346346
<div class="row">
347+
<div class="span4" style="vertical-align: top;">
348+
<h3 class="callout"><a href="https://www.debian.org"><img class="logo" src="debian.png" alt=""></a>Debian <small>squeeze-backports and later</small><br /></h3>
349+
<pre>$ sudo apt-get install mosh</pre>
350+
</div>
351+
347352
<div class="span4" style="vertical-align: top;">
348353
<h3 class="callout"><a href="https://getfedora.org"><img class="logo" src="fedora.png" alt=""></a>Fedora <small>15 or later</small></h3>
349354
<pre>$ sudo dnf install mosh</pre>
350355
</div>
356+
351357
<div class="span4" style="vertical-align: top;">
352358
<h3 class="callout"><a href="https://www.gentoo.org"><img class="logo" src="gentoo.png" alt=""></a> Gentoo</h3>
353359
<pre># emerge net-misc/mosh</pre>
354360
<br />
355361
</div>
362+
</div>
363+
<div class="row">
356364
<div class="span4" style="vertical-align: top;">
357365
<h3 class="callout"><a href="http://www.gnu.org/software/guix"><img class="logo" src="GuixSD-V.png" alt=""></a>GuixSD</h3>
358366
<pre>$ guix package -i mosh</pre>
359367
<p><small>Mosh is also available through Guix when installed on other Linux distributions.</small></p>
360368
<br />
361369
</div>
370+
371+
<div class="span4" style="vertical-align: top;">
372+
<h3 class="callout"><a href="https://nixos.org"><img class="logo" src="nixos.png" alt=""></a>NixOS <small>16.09 or later</small></h3>
373+
<pre><a href="https://nixos.org/nixos/options.html#programs.mosh">programs.mosh.enable</a> = true;</pre>
374+
or
375+
<pre>$ nix-env -i mosh</pre>
376+
<p><small>Mosh is also available through Nix when installed on other Linux distributions.</small></p>
377+
</div>
378+
362379
<div class="span4" style="vertical-align: top;">
363380
<h3 class="callout"><a href="https://www.opensuse.org"><img class="logo" src="openSUSE.png" alt=""></a> openSUSE <small>12.3 or later</small></h3>
364381
<pre>$ sudo zypper in mosh</pre>

nixos.png

2 KB
Loading

0 commit comments

Comments
 (0)