From b4c2cea6512bd67da557a9e4b309dbc4dee374cb Mon Sep 17 00:00:00 2001 From: Ivan Diaz Date: Sat, 26 Dec 2015 22:57:34 +0000 Subject: [PATCH] README.md edited online with Bitbucket --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 781e859b..85e4479f 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,9 @@ OpenSupports v4.0 ============ ### Getting up and running FRONT-END +0. update `sudo apt-get update` 1. Clone this repo -2. Install node `sudo apt-get install node` +2. Install node `sudo apt-get install nodejs` 3. Install npm `sudo apt-get install npm` 4. Install gulp `sudo npm install -g gulp` 5. Go to repo `cd os4-react`