From 0f0e315a0c79d925c9c46588afff004a222e9337 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Je=CC=81re=CC=81my=20Fabre?= Date: Wed, 20 Jul 2016 16:04:42 +0200 Subject: [PATCH] Update README --- README.rst | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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] -- 2.39.5