From d59c5637ddc42af4ca25a23448dc11e0d7976bf2 Mon Sep 17 00:00:00 2001 From: Rnjai Lamba Date: Sat, 23 Apr 2016 07:01:28 +0530 Subject: [PATCH] The path didnt lead to the folder containing main.js so have changed it. --- Install-and-Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Install-and-Update.md b/Install-and-Update.md index 7209f7c..3de441f 100644 --- a/Install-and-Update.md +++ b/Install-and-Update.md @@ -141,7 +141,7 @@ export PORT=8080 Most of them should be self-explaining. After having set the variables, let's move back to the build package folder and start the server: ```sh -cd ../../../ +cd ../../../../ node main.js ```