etc/doc/index.textile in dev-utils-1.0 vs etc/doc/index.textile in dev-utils-1.0.1
- old
+ new
@@ -8,15 +8,19 @@
p. @dev-utils@ provides utilites to assist the process of developing Ruby
programs. At the moment, the target areas are debugging and unit testing
(planned).
-Version 1.0 was released on 2004-10-08 as a RubyGem. RPA and tarball
-installation will be provided shortly in 1.0.1. Throughout this
-documentation, there are references to planned features. These will be
-released in 2.0, for which there is no estimated completion date.
+Version 1.0 was released on 2004-10-08 as a RubyGem, and made its way into
+RPA. Version 1.0.1 was released on 2004-10-12, in order to make tarball
+installation possible. There's no need to upgrade, as there is no code
+change.
+Throughout this documentation, there are references to planned features.
+These will be released in 2.0, for which there is no estimated completion
+date.
+
h3. Debugging
With @dev-utils/debug@ you can:
* Escape to an IRB session from a running program.
@@ -69,9 +73,33 @@
[home]http://dev-utils.rubyforge.org
[project]http://rubyforge.org/projects/dev-utils
[download]http://rubyforge.org/frs/?group_id=270
[api]http://dev-utils.rubyforge.org/api
+
+h2. Installation Instructions
+
+RubyGems:
+<pre>
+ gem install -r dev-utils
+</pre>
+
+RPA:
+<pre>
+ rpa install dev-utils
+</pre>
+
+Tarball:
+<pre>
+ tar zxvf dev-utils-1.0.1.tgz
+ cd dev-utils-1.0.1
+ [sudo] ruby setup.rb
+</pre>
+
+(See the "setup.rb instructions webpage":setup for advanced installation
+options.)
+
+[setup]http://i.loveruby.net/en/man/setup/usage.html
h2. Administrivia
h3. Credits