From 8edb1c3c7e6e03702a76ce55539fd85d95fda260 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Deniz=20Be=C5=9Ftepe?= Date: Sat, 3 Nov 2018 16:19:46 +0300 Subject: [PATCH] README.md updated --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 78e3e44..90d07b9 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,7 @@ java -jar server-1.4a.jar ```bash #Extract files: tar -zxvf mongodb-osx-ssl-x86_64-4.0.3.tgz - + #Ensure binaries are in your path export PATH=/bin:$PATH ``` @@ -114,7 +114,7 @@ If you do not wish to use the default data directory (/data/db), follow the step brew services start mongodb #Or, if you don't want/need a background service you can just run: mongod --config /usr/local/etc/mongod.conf - + #If binary: mongod #Optional, set data directory path: @@ -170,3 +170,6 @@ Once the server is running, you should be able to connect to `http://localhost:4 ## VS Code Extensions - [Much Assembly Required (Upload on Save)](https://marketplace.visualstudio.com/items?itemName=tomhodder.much-assembly-required-upload-on-save) by tomhodder - [Much Assembly Required Language Support](https://marketplace.visualstudio.com/items?itemName=PJB3005.much-assembly-required-language-support) by PJB3005 + +# Bil481 Project Members +- Deniz Beştepe