From 3f6cad834523553f01999dd67afbbb84bf9dfbad Mon Sep 17 00:00:00 2001 From: miguelespiga Date: Mon, 23 Jan 2017 20:24:49 +0000 Subject: [PATCH] updating readme.md after install in OSX ElCapitan 10.11.5 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index dfd00d02..ea330665 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,8 @@ To contribute, please ensure that you have stable [Node.js](https://nodejs.org/) Test if Gulp CLI is installed by running `gulp --version`. If the command isn't found, run `npm install -g gulp`. For more information about installing Gulp, see the Gulp's [Getting Started](https://github.com/gulpjs/gulp/blob/master/docs/getting-started.md). +To have all gulp dependencies run ```npm install``` + If `gulp` is installed, follow the steps below. 1. Fork and clone the repo.