diff --git a/README.rdoc b/README.rdoc index e7f2a70..fef8ed6 100644 --- a/README.rdoc +++ b/README.rdoc @@ -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.