From 981ebb3bfdfd0f76a7defc79e46b2723da3a5c1b Mon Sep 17 00:00:00 2001 From: Jim Menard Date: Thu, 4 Dec 2008 17:02:19 -0500 Subject: [PATCH] A note about generating documentation. --- README | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README b/README index ee27b05..7ba5e63 100644 --- a/README +++ b/README @@ -22,6 +22,15 @@ Mongo must be running, of course. The tests assume that the Mongo database is running on the default port. += Documentation + + $ rake rdoc + +Then open the file doc/index.html. (I need to figure out where to put this on +the Web, or even how to publish this to the Wiki at +http://github.com/jimm/mongo-ruby-driver/wikis automatically.) + + = The Code Most of this code was transliterated from Geir Magnusson Jr's Java Mongo