From da8a42b287a1f9c773f96ec31d674043efb09981 Mon Sep 17 00:00:00 2001 From: shreyas bole <68109462+DevCode-shreyas@users.noreply.github.com> Date: Thu, 1 Oct 2020 17:20:43 +0530 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 2f05f4f..b44c5a3 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,12 @@ $ cd node-react-ecommerce Download it from here: https://docs.mongodb.com/manual/administration/install-community/ +Or installing MongoDB in code editor use command : + +sudo apt-get update + +sudo apt-get install -y mongodb-org + ### 3. Run Backend ```