From e6c3066f63cc82272e566c7bc16aa636774ce3ef Mon Sep 17 00:00:00 2001 From: Keith Winstein Date: Sun, 18 Mar 2012 06:37:27 -0400 Subject: Update README to deal with explicit command and 256-color mode --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'README.md') 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 ------------ -- cgit v1.2.3