README: add MacPorts and reorganize

This commit is contained in:
Keegan McAllister
2012-03-16 18:29:15 -04:00
parent a07fb0d542
commit 799b144e15
+19 -12
View File
@@ -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, Mosh does not support X forwarding or the non-interactive uses of SSH,
including port forwarding. including port forwarding.
Other features Other features
-------------- --------------
@@ -55,22 +54,31 @@ Other features
* Mosh leverages SSH to set up the connection and authenticate * Mosh leverages SSH to set up the connection and authenticate
users. Mosh does not contain any privileged (root) code. users. Mosh does not contain any privileged (root) code.
Getting Mosh Getting Mosh
------------ ------------
Mosh is available from an [Ubuntu PPA][] and has a [package in Mosh is packaged for various operating systems.
Debian unstable][Debian]. Packages for other operating systems are
planned.
[Ubuntu PPA]: https://launchpad.net/~keithw/+archive/mosh * [Debian][] unstable
[Debian]: http://packages.debian.org/sid/mosh
Ubuntu installation instructions: sudo apt-get install mosh
sudo add-apt-repository ppa:keithw/mosh * [Ubuntu][], through a PPA
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 On a Unix-like system you can build Mosh from source using the following
commands: commands:
@@ -116,7 +124,6 @@ Usage
user's PATH, `mosh` accepts the arguments `--client=PATH` and user's PATH, `mosh` accepts the arguments `--client=PATH` and
`--server=PATH` to select alternate locations. `--server=PATH` to select alternate locations.
How it works How it works
------------ ------------