From cb447af93ab5c0b60cf6e24534b146b0bbac0b6a Mon Sep 17 00:00:00 2001 From: Sukchan Lee Date: Thu, 3 Oct 2019 00:50:53 -0700 Subject: [PATCH] Fix MongoDB installation guide for MacOSX --- docs/_docs/platform/05-macosx.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/_docs/platform/05-macosx.md b/docs/_docs/platform/05-macosx.md index cea461efa..0a6acd180 100644 --- a/docs/_docs/platform/05-macosx.md +++ b/docs/_docs/platform/05-macosx.md @@ -18,7 +18,8 @@ $ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/inst Install MongoDB with Package Manager. ```bash -$ brew install mongodb +$ brew tap mongodb/brew +$ brew install mongodb-community ``` Run MongoDB server.