install doc update

This commit is contained in:
Jim Menard 2009-02-11 13:42:28 -05:00
parent 4f7fc8a112
commit 734386ede1
1 changed files with 4 additions and 1 deletions

View File

@ -31,7 +31,7 @@ a separate project.
Install the "mongo" gem by typing Install the "mongo" gem by typing
$ gem sources -a http://gems.github.com $ gem sources -a http://gems.github.com
$ sudo gem install mongodb-mongo-ruby-driver $ sudo gem install mongodb-mongo
The first line tells RubyGems to add the GitHub gem repository. You only need The first line tells RubyGems to add the GitHub gem repository. You only need
to run this command once. to run this command once.
@ -45,6 +45,9 @@ you can install it as a gem from the source by typing
$ rake gem:install $ rake gem:install
Note: when you install the gem this way it is called "mongo", not
"mongodb-mongo". In either case, you "require 'mongo'" in your source code.
= Examples = Examples