From ba70062f2f6fc7e0b05833a31fdf97c1fb1d1030 Mon Sep 17 00:00:00 2001 From: Dan Mindru Date: Mon, 19 Oct 2015 18:24:11 +0200 Subject: [PATCH] Add 'npm install' to README --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e502669..39b29fe 100644 --- a/README.md +++ b/README.md @@ -33,12 +33,13 @@ Here's how the samples look: ## Getting started -Take a look at `src/fadeit/` for an example. Copy / Paste, rename it and change `src/fadeit/conf.js` to suite your needs. Run `gulp` to build the templates (into `/dist`). The gulp task will watch HTML & CSS files by default. - ``` +$ npm install $ gulp ``` +Take a look at `src/fadeit/` for an example. Copy / Paste, rename it and change `src/fadeit/conf.js` to suite your needs. Run `gulp` to build the templates (into `/dist`). The gulp task will watch HTML & CSS files by default. + ## CSS Support Remember, it's HTML emails, so you need to check a big-ass table to find out nothing's gonna work.