Skip to content

Commit f88c7b8

Browse files
Feat: Add MongoDB version check to README.md (Closes #245) - Fix incomplete markdown block
1 parent 580d20b commit f88c7b8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,14 @@ https://raw.githubusercontent.com/dbpedia/databus/68f976e29e2db15472f1b664a6fd58
8585
### Requirements
8686

8787
In order to run the Databus on-premise you will need `docker` and `docker-compose`
88-
installed on your machine. 
88+
installed on your machine.
8989

9090
* `docker`: 20.10.2 or higher
9191
* `docker-compose`: 1.25.0 or higher
92+
* (Optional) **MongoDB:** Ensure you have MongoDB installed. You can check the server version with:
93+
```bash
94+
mongod --version
95+
```
9296

9397
### Starting the Databus Server
9498

0 commit comments

Comments
 (0)