From 025faec47cd7f400087c42c9cf9ac482f83f733f Mon Sep 17 00:00:00 2001 From: laurentheirendt <laurent.heirendt@uni.lu> Date: Thu, 12 Jan 2017 14:30:46 +0100 Subject: [PATCH] Updated README --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6417c06b..af3f9cd4 100644 --- a/README.md +++ b/README.md @@ -30,14 +30,14 @@ sudo ln -s /usr/bin/nodejs /usr/bin/node - Install Yeoman, bower and grunt ```bash sudo npm install --global yo -npm install -g generator-reveal -npm install -g grunt-cli -npm install -g bower +sudo npm install -g generator-reveal +sudo npm install -g grunt-cli +sudo npm install -g bower ``` - Move to the cloned repository and install other dependencies ```bash -npm install && bower install +sudo npm install ``` ## Serve -- GitLab