Fix MongoDB installation guide for MacOSX

This commit is contained in:
Sukchan Lee 2019-10-03 00:50:53 -07:00
parent 2eac6d860a
commit cb447af93a
1 changed files with 2 additions and 1 deletions

View File

@ -18,7 +18,8 @@ $ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/inst
Install MongoDB with Package Manager. Install MongoDB with Package Manager.
```bash ```bash
$ brew install mongodb $ brew tap mongodb/brew
$ brew install mongodb-community
``` ```
Run MongoDB server. Run MongoDB server.