From 01793ce5ec8e2887aff89db5aa403cd7cd260262 Mon Sep 17 00:00:00 2001 From: Keith Winstein Date: Tue, 6 Mar 2012 14:18:55 -0500 Subject: [PATCH] Add mention of Debian and Ubuntu installation instructions --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d02d8fa..d7e8759 100644 --- a/README.md +++ b/README.md @@ -59,13 +59,18 @@ Other features Getting Mosh ------------ - Mosh is available from an [Ubuntu PPA][]. Packages for other operating - systems are planned. + Mosh is available from an [Ubuntu PPA][] and is in [Debian + unstable][] (sid). Packages for other operating systems are planned. [Ubuntu PPA]: https://launchpad.net/~keithw/+archive/mosh + Ubuntu installation instructions: - On a UNIX-like system you can build Mosh from source using the following + sudo add-apt-repository ppa:keithw/mosh + sudo apt-get update + sudo apt-get install mosh + + On a Unix-like system you can build Mosh from source using the following commands: ./autogen.sh