From b324e8b89e3aa3cdfc2696c99f28536acd0d08f3 Mon Sep 17 00:00:00 2001 From: Graeme Humphries Date: Tue, 15 May 2012 13:40:17 -0700 Subject: [PATCH] Doc update. --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c0b0382..e06456c 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,18 @@ Install The install process is very simple on most distros: - Install python2, python-gtk2, and python-vte. -- Run ./crussh.py HOST [HOST ...] +- Clone and symlink to your bin dir. + git clone https://github.com/unit3/crussh.git + ln -s crussh/crussh.py ~/bin/crussh +- Run "crussh HOST [HOST ...]" + +Usage Tips +---------- + +Doing a clustered paste isn't completely obvious. The following methods will work: + +- middle click or shift-insert to paste the X11 selection buffer. +- control-shift-v to paste the GTK/GNOME clipboard. Bugs & TODO -----------