diff --git a/README.md b/README.md index 6417c06ba707b3fac5b1ac1bb010ea580d43c362..af3f9cd4650076db095a1d941406d272973d9b11 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