Skip to content

Commit

Permalink
Add some docs to cssh.
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitri committed Jan 2, 2012
1 parent c9f116f commit e1e65b8
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.asciidoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
= cssh

That's a ClusterSSH implementation for Emacs, that relies on +M-x term+.

== Install

Use https://github.com/dimitri/el-get for an easy install, or put the
+cssh.el+ file somewhere in your +load-path+.

== Setup

Add +(cssh-define-global-bindings)+ in your setup, if you use +el-get+ you
might add that to your +el-get-sources+

(:name cssh
:after (lambda () (cssh-define-global-bindings)))

0 comments on commit e1e65b8

Please sign in to comment.