aboutsummaryrefslogtreecommitdiff
path: root/network/mosh/README
diff options
context:
space:
mode:
authorRuari Oedegaard <sbo@ruari.com>2012-06-02 19:51:39 -0400
committerErik Hanson <erik@slackbuilds.org>2012-06-03 15:21:14 -0500
commitf6dd191c0b4ff1fc715f2746c2b3f5d853e55972 (patch)
treee0d76ec8e1ceb091f6b383f0c34e16b9bf7d4534 /network/mosh/README
parent3bf00bd0e2039b2e3e7b58e8bc3ade47be0ea2bf (diff)
downloadslackbuilds-f6dd191c0b4ff1fc715f2746c2b3f5d853e55972.tar.xz
network/mosh: Updated for version 1.2.1.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'network/mosh/README')
-rw-r--r--network/mosh/README15
1 files changed, 12 insertions, 3 deletions
diff --git a/network/mosh/README b/network/mosh/README
index 5ac44ffac34d..1fa36de8e40c 100644
--- a/network/mosh/README
+++ b/network/mosh/README
@@ -5,8 +5,17 @@ editing of user keystrokes.
Mosh attempts to improve on SSH by being more robust and responsive,
especially over Wi-Fi, cellular, and long-distance links.
-Mosh requires a little tweaking after first install on Slackware. Both
-the Mosh server and client applications must be run with a UTF-8 locale,
-which is not Slackware's default.
+The mosh client must be run with a UTF-8 locale. Locales can be
+configured system wide in:
+
+/etc/profile.d/lang.sh
+or
+/etc/profile.d/lang.csh
+
+Alternatively set LANG to a UTF-8 locale (e.g. LANG=en_GB.UTF-8)
+somewhere else you consider suitable.
+
+Additionally the server that you are connecting to must have the same
+locale installed (though it need not be set as the default).
Mosh depends on protobuf and perl-IO-Tty.