From: Jérémy Fabre Date: Wed, 20 Jul 2016 14:04:42 +0000 (+0200) Subject: Update README X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=0f0e315a0c79d925c9c46588afff004a222e9337;p=mezzo.git Update README --- diff --git a/README.rst b/README.rst index e04a48aa..4dccad05 100644 --- a/README.rst +++ b/README.rst @@ -70,13 +70,17 @@ Gulp require nodejs installed on your computer to work. If you have previously installed a version of gulp globally, please run `npm rm --global gulp` to make sure your old version doesn't collide with gulp-cli:: - npm install --global gulp-cli + npm install --global gulp-cli 2. Install gulp dependancies:: npm install -3. Run gulp:: +3. Install bower components:: + + bower install + +4. Run gulp:: gulp [task]