README in rio-0.3.6 vs README in rio-0.3.7
- old
+ new
@@ -25,14 +25,10 @@
Rio is a convenience class wrapping much of the functionality of
IO, File, Dir, Pathname, FileUtils, Tempfile, StringIO, OpenURI, Zlib, and CSV.
To create the documentation for Rio run the command
- rake rdoc
-from the distribution directory.
-
-If your don't have rake installed try:
ruby RUNME.1st.rb
from the distribution directory.
Then point your browser at the 'doc/rdoc' directory.
@@ -41,28 +37,19 @@
* RIO::Doc::INTRO
* RIO::Doc::HOWTO
* RIO::Rio
To install Rio untar the distribution and type
- rake install
+ ruby setup.rb config
+ ruby setup.rb setup
+ ruby setup.rb install
-If you don't have rake installed, get it.
-
-Until you do, you may want to try
- ruby setup.rb
-
Rio is also available as a gem. If you have rubygems installed use:
gem install rio
To use Rio as a rubygem:
require 'rubygems'
require 'rio'
-
-
-To build the documentation without rake, try
- rdoc --op doc/rdoc -m RIO::Doc::SYNOPSIS README lib/rio/doc/*.rb lib/rio.rb lib/rio/if/*.rb lib/rio/kernel.rb
-
-Then point your browser at doc/rdoc.
To read the documentation without running rdoc, read the files:
* lib/rio/doc/SYNOPSIS.rb
* lib/rio/doc/INTRO.rb
* lib/rio/doc/HOWTO.rb