Created
November 23, 2020 17:56
-
-
Save a7madev/0fef018000d486fd0c0e336534432a94 to your computer and use it in GitHub Desktop.
Install Mongodb on Mac
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Install | |
brew install [email protected] | |
brew install mongodb-database-tools | |
# Run | |
brew start [email protected] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment