######################################################################## ## INSTALLATION ## ######################################################################## To install ruby-tmpl, please issue one of the following two commands to put the ruby-tmpl.rb library into your ruby search path ($:). * cp src/ruby-tmpl.rb /usr/local/lib/ruby/site_ruby * cp src/ruby-tmpl.rb /www/data/host.example.com/site_ruby In all subsequent documentation examples, the latter is the used site_ruby path. ######################################################################## ## Testing ruby-tmpl ## ######################################################################## See doc/INSTALL.tests for information and instructions ######################################################################## ## Troubleshooting/Support/Bugs/Feature Requests ## ######################################################################## See doc/SUPPORT for information on mailing lists. If you think you have found a bug or have a feature request, please see doc/BUGS for information about how to submit bugs. Have fun! -- ruby-tmpl Development team