README: Clarify that mosh-{client,server} don't need to be "installed" per se

This commit is contained in:
Keegan McAllister
2012-04-12 22:01:31 -07:00
parent 88de326344
commit b86cf72ea4
+6 -6
View File
@@ -70,17 +70,17 @@ Getting Mosh
Usage
-----
The `mosh-client` binary must be installed on the user's machine, and
the `mosh-server` binary on the remote host.
The `mosh-client` binary must exist on the user's machine, and the
`mosh-server` binary on the remote host.
The user runs:
$ mosh [user@]host
If the `mosh-client` or `mosh-server` binaries are installed outside the
user's PATH, `mosh` accepts the arguments `--client=PATH` and
`--server=PATH` to select alternate locations. More options are
documented in the mosh(1) manual page.
If the `mosh-client` or `mosh-server` binaries live outside the user's
`$PATH`, `mosh` accepts the arguments `--client=PATH` and `--server=PATH` to
select alternate locations. More options are documented in the mosh(1) manual
page.
There are [more examples](http://mosh.mit.edu/#usage) and a
[FAQ](http://mosh.mit.edu/#faq) on the Mosh web site.