installation doc clarification

This commit is contained in:
Jim Menard 2009-01-23 08:53:48 -05:00
parent 75ae71cb49
commit 0facf02e41
1 changed files with 5 additions and 0 deletions

View File

@ -32,6 +32,11 @@ Install the "mongo" gem by typing
$ gem sources -a http://gems.github.com $ gem sources -a http://gems.github.com
$ sudo gem install mongodb-mongo-ruby-driver $ sudo gem install mongodb-mongo-ruby-driver
The first line tells RubyGems to add the GitHub gem repository. You only need
to run this command once.
=== From the GitHub source
The source code is available at http://github.com/mongodb/mongo-ruby-driver. The source code is available at http://github.com/mongodb/mongo-ruby-driver.
You can either clone the git repository or download a tarball or zip file. You can either clone the git repository or download a tarball or zip file.
Once you have the source, you can use it from wherever you downloaded it or Once you have the source, you can use it from wherever you downloaded it or