README.rdoc in emonti-rbkb-0.6.2.1 vs README.rdoc in emonti-rbkb-0.6.6

- old
+ new

@@ -32,11 +32,11 @@ == SYNOPSIS: === Command Line Tools The tools almost all support '-h', but I'll admit this only goes so far. -See usage.txt for usage and a bit of extra info on the various tools. +See cli_usage.rdoc for usage and a bit of extra info on the various tools. When I get some spare time, I'll try and do up some examples of using all the tools. @@ -67,11 +67,11 @@ === Monkey Patches Much of rbkb is implemented as a bunch of monkeypatches to Array, String, Numeric and other base classes. If this suits your fancy (some people despise monkeypatches, this is not their fancy) then you can 'require "rbkb"' from -your irb sessions and own scripts. See 'lib_fun.rdoc' for more info. +your irb sessions and own scripts. See 'lib_usage.rdoc' for more info. == REQUIREMENTS: * eventmachine >= 0.12.0 @@ -104,21 +104,24 @@ gem contents emonti-rbkb === Manual installation: -... or ... you can also install manually without rubygems. + git clone git://github.com/emonti/rbkb.git + cd rbkb + rake gem:install + +or ... you can also install manually without rubygems. + You can access the rbkb project at github. You'll want git installed: - git clone git://github.com/emonti/rbkb.git - cd rbkb - cp -r wxirb/lib/* /usr/lib/ruby/1.8/site_ruby/1.8 # or another ruby libdir + cp -r rbkb/lib/* /usr/lib/ruby/1.8/site_ruby/1.8 # or another ruby libdir cp bin/* ~/bin # or wherever else in your PATH Run this to generate docs with rdoc the same way the gem would have: - rdoc --main README.rdoc README.rdoc usage.txt lib + rake doc:rdoc == LICENSE: (The MIT License)