Skip to content
This repository has been archived by the owner on Dec 10, 2019. It is now read-only.

Commit

Permalink
Merge pull request #39 from pattern-lab/dev
Browse files Browse the repository at this point in the history
add note about gulp to installation prereqs
  • Loading branch information
Brian Muenzenmeyer committed Jun 12, 2016
2 parents 8445e70 + 7faf69c commit 970a5ab
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 970a5ab

Please # to comment.