aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Keegan McAllister <mcallister.keegan@gmail.com>2012-04-12 22:01:31 -0700
committerGravatar Keegan McAllister <mcallister.keegan@gmail.com>2012-04-12 22:02:28 -0700
commitb86cf72ea43f499113ea2a750a98f962394e79a8 (patch)
tree7ce1e47bf7f8cb780f05326968b4b2cd1a4679a9 /README.md
parent88de3263443ababff3cf8a31a9312880bcc2405e (diff)
README: Clarify that mosh-{client,server} don't need to be "installed" per se
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/README.md b/README.md
index f971b75..21f1732 100644
--- a/README.md
+++ b/README.md
@@ -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.