Created
November 20, 2022 13:40
-
-
Save frederick-greenacademy/13a2158c40c297b657d971ea97c6955e to your computer and use it in GitHub Desktop.
Install MongoDB on Mac M1
This file contains hidden or 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
`brew tap mongodb/brew` | |
`brew update` | |
`brew install [email protected]` | |
#install PHP MongoDB extension | |
`pelc install mongodb` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment