Doc update.

This commit is contained in:
Graeme Humphries 2012-05-15 13:40:17 -07:00
parent 2c1d53f5c6
commit b324e8b89e

View File

@ -30,7 +30,18 @@ Install
The install process is very simple on most distros: The install process is very simple on most distros:
- Install python2, python-gtk2, and python-vte. - 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 Bugs & TODO
----------- -----------