From 56705cccda33c8ada4f3d204f1c3c35f7988d252 Mon Sep 17 00:00:00 2001 From: Kyle Banker Date: Mon, 16 Nov 2009 16:10:12 -0500 Subject: [PATCH] minor: doc fix --- README.rdoc | 5 +++++ 1 file changed, 5 insertions(+) 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.