aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Keith Winstein <keithw@mit.edu>2012-03-06 14:18:55 -0500
committerGravatar Keith Winstein <keithw@mit.edu>2012-03-06 14:18:55 -0500
commit01793ce5ec8e2887aff89db5aa403cd7cd260262 (patch)
tree44b859d046f97d539ee10fa7236f7fc7e6c7e827 /README.md
parenta63dbf7812e13566d4421a5b5e2870cb538434f2 (diff)
Add mention of Debian and Ubuntu installation instructions
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files 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