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 Usage
----- -----
The `mosh-client` binary must be installed on the user's machine, and The `mosh-client` binary must exist on the user's machine, and the
the `mosh-server` binary on the remote host. `mosh-server` binary on the remote host.
The user runs: The user runs:
$ mosh [user@]host $ mosh [user@]host
If the `mosh-client` or `mosh-server` binaries are installed outside the If the `mosh-client` or `mosh-server` binaries live outside the user's
user's PATH, `mosh` accepts the arguments `--client=PATH` and `$PATH`, `mosh` accepts the arguments `--client=PATH` and `--server=PATH` to
`--server=PATH` to select alternate locations. More options are select alternate locations. More options are documented in the mosh(1) manual
documented in the mosh(1) manual page. page.
There are [more examples](http://mosh.mit.edu/#usage) and a There are [more examples](http://mosh.mit.edu/#usage) and a
[FAQ](http://mosh.mit.edu/#faq) on the Mosh web site. [FAQ](http://mosh.mit.edu/#faq) on the Mosh web site.