Skip to content

Commit

Permalink
fix mongodb set up
Browse files Browse the repository at this point in the history
  • Loading branch information
streeter-stripe committed Mar 26, 2024
1 parent d31c5c6 commit 4f7858a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@ cp .env.example .env
Install MongoDB Community Edition. Refer to the [official documentation](https://www.mongodb.com/docs/manual/tutorial/install-mongodb-on-os-x/). Then, run MongoDB:

```
brew tap mongodb/brew
brew install mongodb-community@6.0
brew services start mongodb-community@6.0
brew tap mongodb/brew && brew update
brew install mongodb-community@7.0
brew services start mongodb-community@7.0
```

Run the app:
Expand Down

0 comments on commit 4f7858a

Please sign in to comment.