Add mongo version to brew start command

This commit is contained in:
Jose Bolos
2021-04-09 13:52:42 +01:00
parent 0654790289
commit 6d4b8c9676

View File

@@ -57,7 +57,7 @@ brew install mongodb-community@3.4
Start the MongoDB server:
```sh
brew services start mongodb/brew/mongodb-community
brew services start mongodb/brew/mongodb-community@3.4
```
Check that the service has started properly: