From 911b067efb3af426113e118d1127f214a71cb34b Mon Sep 17 00:00:00 2001 From: Pedro Reis Date: Wed, 14 Oct 2015 11:44:21 +0100 Subject: [PATCH] Updated README.MD file --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index fec0610..cbd24b0 100644 --- a/README.md +++ b/README.md @@ -32,11 +32,16 @@ To include all its optional submodules ([Simple Grid](https://github.com/pdcreis ### Dependencies * [Node.js](http://nodejs.org) +* [Gulp](http://gulpjs.com) #### Optional * [LiveReload Chrome plugin](https://chrome.google.com/webstore/detail/livereload/jnihajbhpnppcggbcgedagnkighmdlei) +Install Gulp as a global NPM package, if don't have it already: + + npm install --global gulp + Clone/download the barebones repositories into your WordPress /wp-content/themes/ directory and run the following to install all [Laravel Elixir](http://laravel.com/docs/master/elixir) dependencies: npm install