You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-62Lines changed: 5 additions & 62 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,70 +4,13 @@ The officially supported Ruby driver for [MongoDB](http://www.mongodb.org).
4
4
5
5
> **Note: You are viewing the 2.x version of the MongoDB Ruby driver which is currently unreleased and under heavy development. To view the current stable version of driver, please use the [1.x-stable](https://github.com/mongodb/mongo-ruby-driver/tree/1.x-stable) branch.**
6
6
7
-
8
-
Installation
9
-
-----
10
-
11
-
**Gem Installation**<br>
12
-
The Ruby driver is released and distributed through RubyGems and it can be installed with the following command:
13
-
```bash
14
-
gem install mongo
15
-
```
16
-
**Github Installation**<br>
17
-
For development and test environments (not recommended for production) you can also install the Ruby driver directly from source:
0 commit comments