From 9b58f39ff22808b2054b8cb3859b9eea7a16bb72 Mon Sep 17 00:00:00 2001 From: Brett Morgan Date: Sun, 28 Jun 2015 16:39:59 +1000 Subject: [PATCH] Adding a clarification --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index d6fb7db01..106883dc2 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,11 @@ $ npm install Build with `gulp`. Alternatively, you can rebuild just the scenes with `gulp compile-scenes`, or the CSS with `gulp compass`. +```bash +$ npm install gulp # Only required if you don't have gulp installed. +$ gulp +``` + The raw site can now be served from the root directory. ## Release