minor: docs
This commit is contained in:
parent
3a5d162a22
commit
3a01a75645
|
@ -21,12 +21,12 @@ Here's a quick code sample. See the MongoDB Ruby Tutorial
|
||||||
|
|
||||||
= Installation
|
= Installation
|
||||||
|
|
||||||
The driver's gems are hosted on Gemcutter[http://gemcutter.org]. If you haven't
|
The driver's gems are hosted at Rubygems.org[http://rubygems.org]. Make sure you're
|
||||||
installed a gem from Gemcutter before, you'll need to set up Gemcutter first:
|
using the latest version of rubygems:
|
||||||
|
|
||||||
$ gem install gemcutter
|
$ gem update --system
|
||||||
|
|
||||||
Once you've installed Gemcutter, install the mongo gem as follows:
|
Then you can install the mongo gem as follows:
|
||||||
|
|
||||||
$ gem install mongo
|
$ gem install mongo
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue