New install directions

This commit is contained in:
Jim Menard 2009-01-15 16:05:56 -05:00
parent 4cd559cd43
commit f5bf0d188c
1 changed files with 6 additions and 5 deletions

View File

@ -29,12 +29,13 @@ A quick code sample:
Install the "mongo" gem by typing Install the "mongo" gem by typing
$ sudo gem install mongo $ gem sources -a http://gems.github.com
$ sudo gem install mongodb-mongo
The source code is available at http://github.com/jimm/mongo-ruby-driver. You The source code is available at http://github.com/mongodb/mongo-ruby-driver.
can either clone the git repository or download a tarball or zip file. Once You can either clone the git repository or download a tarball or zip file.
you have the source, you can use it from wherever you downloaded it or you can Once you have the source, you can use it from wherever you downloaded it or
install it as a gem from the source by typing you can install it as a gem from the source by typing
$ rake gem:install $ rake gem:install