From 694e4bd2c248ca120bc430b3e9e66e451f818325 Mon Sep 17 00:00:00 2001 From: Ernie Hershey Date: Fri, 13 Feb 2015 15:44:48 -0500 Subject: [PATCH] Minimum osx version is 10.7 for mongodb 3.0 As of https://jira.mongodb.org/browse/BUILD-432, the minimum osx version is 10.7. --- source/tutorial/install-mongodb-on-os-x.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/tutorial/install-mongodb-on-os-x.txt b/source/tutorial/install-mongodb-on-os-x.txt index bd7743cb4c8..eb68427d282 100644 --- a/source/tutorial/install-mongodb-on-os-x.txt +++ b/source/tutorial/install-mongodb-on-os-x.txt @@ -11,8 +11,8 @@ Use this tutorial to install MongoDB on OS X systems. .. admonition:: Platform Support - Starting in version 2.4, MongoDB only supports OS X versions 10.6 (Snow - Leopard) on Intel x86-64 and later. + Starting in version 3.0, MongoDB only supports OS X versions 10.7 (Lion) + on Intel x86-64 and later. MongoDB is available through the popular OS X package manager `Homebrew `_ or through the `MongoDB Download site