diff --git a/centos.png b/centos.png new file mode 100644 index 0000000..c6267a2 Binary files /dev/null and b/centos.png differ diff --git a/index.html b/index.html index e81b625..49e407f 100644 --- a/index.html +++ b/index.html @@ -339,26 +339,43 @@

-

Debian squeeze-backports and later

-
$ sudo apt-get install mosh
+

CentOS 5 or later with EPEL

+
# yum install mosh
+
+

Debian squeeze-backports and later

+
$ sudo apt-get install mosh
+
+

Fedora 15 or later

$ sudo dnf install mosh
+

Gentoo

# emerge net-misc/mosh

+
+

GuixSD

$ guix package -i mosh

Mosh is also available through Guix when installed on other Linux distributions.


+ +
+

NixOS 16.09 or later

+
programs.mosh.enable = true;
+ or +
$ nix-env -i mosh
+

Mosh is also available through Nix when installed on other Linux distributions.

+
+

openSUSE 12.3 or later

$ sudo zypper in mosh
diff --git a/nixos.png b/nixos.png new file mode 100644 index 0000000..29f5f70 Binary files /dev/null and b/nixos.png differ