install doc update
This commit is contained in:
parent
4f7fc8a112
commit
734386ede1
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue