aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Keegan McAllister <mcallister.keegan@gmail.com>2012-03-16 18:29:15 -0400
committerGravatar Keegan McAllister <mcallister.keegan@gmail.com>2012-03-16 18:31:36 -0400
commit799b144e155301c7c77f950e19b06682c8c0c21a (patch)
tree42acb0098d74ce287a4750434244d47820b5294c /README.md
parenta07fb0d542353cbdcf29fdfa1092d22d25c883ae (diff)
README: add MacPorts and reorganize
Diffstat (limited to 'README.md')
-rw-r--r--README.md31
1 files changed, 19 insertions, 12 deletions
diff --git a/README.md b/README.md
index 0721a52..7346033 100644
--- a/README.md
+++ b/README.md
@@ -34,7 +34,6 @@ It aims to support the typical interactive uses of SSH, plus:
Mosh does not support X forwarding or the non-interactive uses of SSH,
including port forwarding.
-
Other features
--------------
@@ -55,22 +54,31 @@ Other features
* Mosh leverages SSH to set up the connection and authenticate
users. Mosh does not contain any privileged (root) code.
-
Getting Mosh
------------
- Mosh is available from an [Ubuntu PPA][] and has a [package in
- Debian unstable][Debian]. Packages for other operating systems are
- planned.
+ Mosh is packaged for various operating systems.
+
+ * [Debian][] unstable
+
+ sudo apt-get install mosh
- [Ubuntu PPA]: https://launchpad.net/~keithw/+archive/mosh
- [Debian]: http://packages.debian.org/sid/mosh
+ * [Ubuntu][], through a PPA
- Ubuntu installation instructions:
+ sudo add-apt-repository ppa:keithw/mosh
+ sudo apt-get update
+ sudo apt-get install mosh
- sudo add-apt-repository ppa:keithw/mosh
- sudo apt-get update
- sudo apt-get install mosh
+ * [MacPorts][]
+
+ sudo port install mosh
+
+ [Debian]: http://packages.debian.org/sid/mosh
+ [Ubuntu]: https://launchpad.net/~keithw/+archive/mosh
+ [MacPorts]: https://trac.macports.org/browser/trunk/dports/net/mosh/Portfile
+
+Building from source
+--------------------
On a Unix-like system you can build Mosh from source using the following
commands:
@@ -116,7 +124,6 @@ Usage
user's PATH, `mosh` accepts the arguments `--client=PATH` and
`--server=PATH` to select alternate locations.
-
How it works
------------