Answers for "install mongodb locally mac m1"

10

install mongodb in mac

// updated 2021
$ brew tap mongodb/brew
$ brew install [email protected]
Posted by: Guest on March-13-2021
27

installing mongodb on m1 mac

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
Posted by: Guest on November-29-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language