minor: doc fix
This commit is contained in:
parent
fb87c3c6b8
commit
56705cccda
|
@ -32,6 +32,11 @@ If (or once) you have Gemcutter setup, install the "mongo" gem by typing
|
|||
|
||||
$ gem install mongo
|
||||
|
||||
You should also install the driver's c extension for greatly increased
|
||||
performance:
|
||||
|
||||
$ gem install mongo_ext
|
||||
|
||||
=== From the GitHub source
|
||||
|
||||
The source code is available at http://github.com/mongodb/mongo-ruby-driver.
|
||||
|
|
Loading…
Reference in New Issue