diff --git a/clusterssh/README b/clusterssh/README new file mode 100644 index 0000000..b1c161d --- /dev/null +++ b/clusterssh/README @@ -0,0 +1,46 @@ +Quick Install Guide +=================== + +For each of these modules, run the following command. If it fails, download +and install the module from http://search.cpan.org/ + Tk, Config::Simple + + $ perl -M -e "print" +i.e. + $ perl -MTk -e "print" + +Confirm the path to the perl binary by + $ which perl +If the path is not "/usr/bin/perl", edit cssh and change the path on the first +line. + +You should now be able to run + $ ./cssh + +Read the documentation for further information. + +Documentation +============= + +All documentation is held within cssh itself. Access the man page by + $ perldoc cssh +Further documentation and a FAQ are avaialble from the homepage + +Announcements & New Version +=========================== + +Please subscribe to the new announcements mailing list here + http://lists.sourceforge.net/lists/listinfo/clusterssh-announce + +Web Homepage +=============== + + http://clusterssh.sourceforge.net/ + +Further Support and Bugs/Featuer Requests +========================================= + +Please log all requests for help in the forums on the web site at: + http://clusterssh.sourceforge.net/modules.php?op=modload&name=XForum&file=index&gid=3 + +$Id$