aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Keith Winstein <keithw@mit.edu>2012-03-18 06:37:27 -0400
committerGravatar Keith Winstein <keithw@mit.edu>2012-03-18 06:37:27 -0400
commite6c3066f63cc82272e566c7bc16aa636774ce3ef (patch)
tree7d0327d9591950617b52d514c92a4e3465fa2305 /README.md
parent41856a3f17a29eb98472f2676e511ddfa23b0801 (diff)
Update README to deal with explicit command and 256-color mode
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 11 insertions, 1 deletions
diff --git a/README.md b/README.md
index bcc14a3..09dfc51 100644
--- a/README.md
+++ b/README.md
@@ -127,9 +127,19 @@ Usage
$ mosh [user@]host
+ A command may also be specified, for example:
+
+ $ mosh host -- screen -r
+
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.
+ `--server=PATH` to select alternate locations. More options are
+ documented in the mosh(1) manual page.
+
+ Mosh supports 256-color mode as long as the user's own terminal
+ does. Generally this means the `TERM` environment variable must be
+ set to `xterm-256color` or `screen-256color-bce` before running
+ `mosh`.
How it works
------------