From 367cf43befcd74ce53bb02b2c578b6b5c7284d02 Mon Sep 17 00:00:00 2001 From: Kasra Bigdeli Date: Mon, 18 Dec 2017 20:58:34 -0800 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 829b395..91e9232 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -28,8 +28,8 @@ or your local machine itself. Needless to say, Docker is required (same minimum Log in to your machine, clone the git repo, go to `app-backend` directory and run the following lines: ```bash -npm install -./dev-clean-run-as-dev.sh +$ npm install +$ ./dev-clean-run-as-dev.sh ``` You are good to go! You can run the following line to see the logs for the back-end service.