diff --git a/README.md b/README.md index 968670cb0ef6896f6ebc2ec7b9d489a21987545f..301db892670d13a72bda458de5b6b84204f8e75e 100644 --- a/README.md +++ b/README.md @@ -13,3 +13,10 @@ cd collections chmod u+x import_data.sh ./import_data.sh ``` + +## Connect to the `mongodb` instance + +```bash +mongosh +test> use tournamentManager; +```