installation doc clarification
This commit is contained in:
parent
75ae71cb49
commit
0facf02e41
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue