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`