README in rio-0.3.3 vs README in rio-0.3.4

- old
+ new

@@ -48,10 +48,18 @@ 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. @@ -59,7 +67,11 @@ * lib/rio/doc/SYNOPSIS.rb * lib/rio/doc/INTRO.rb * lib/rio/doc/HOWTO.rb * lib/rio/if/*.rb +Project:: http://rubyforge.org/projects/rio/ +Documentation:: http://rio.rubyforge.org/ +Bugs:: http://rubyforge.org/tracker/?group_id=821 +Email:: rio4ruby@rubyforge.org