From 293665fc0e7c83458c65a8d4e9a7fb204aefc298 Mon Sep 17 00:00:00 2001 From: Kyle Banker Date: Wed, 7 Apr 2010 19:25:09 -0400 Subject: [PATCH] minor: updated README --- README.rdoc | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.rdoc b/README.rdoc index b6d1334..68f89b0 100644 --- a/README.rdoc +++ b/README.rdoc @@ -30,10 +30,14 @@ Then you can install the mongo gem as follows: $ gem install mongo -For a significant performance boost, you should also install the driver's C +The driver also requires the BSON gem: + + $ gem install bson + +And for a significant performance boost, you'll want to install the C extensions: extensions: - $ gem install mongo_ext + $ gem install bson_ext === From the GitHub source @@ -274,7 +278,7 @@ Random cursor fun facts: = Testing If you have the source code, you can run the tests. There's a separate rake task for testing with -the mongo_ext C extension enabled. +the bson_ext C extension enabled. $ rake test:c