From 7faf69c1e761cc5322df8d74dde814af1d1af80d Mon Sep 17 00:00:00 2001 From: BRIAN MUENZENMEYER Date: Sun, 12 Jun 2016 05:30:05 -0500 Subject: [PATCH] add note about gulp to installation prereqs --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 94d3e589..3ac61cd3 100644 --- a/README.md +++ b/README.md @@ -13,9 +13,12 @@ The Gulp Edition comes with the following components: ## Prerequisites -Pattern Lab Node uses [Node](https://nodejs.org) and [npm](https://www.npmjs.com/) to manage project dependencies. +Pattern Lab Node uses [Node](https://nodejs.org) and [npm](https://www.npmjs.com/) to manage project dependencies, and [gulp](http://gulpjs.com/) to run tasks and interface with core. + Please follow the directions for [installing Node](https://nodejs.org/en/download/) on the Node website. This should include `npm`. +It's also highly recommended that you [install gulp](https://github.com/gulpjs/gulp/blob/master/docs/getting-started.md) globally. + ## Installing There are two methods for downloading and installing the Gulp Edition: