From bc0cb18322c005bf3b5ef3ec0b27be7ea2d20984 Mon Sep 17 00:00:00 2001 From: alex Date: Wed, 2 Mar 2016 17:15:37 +0300 Subject: [PATCH] fix(readme): fix gulp instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5c0666257..8198b2f8d 100644 --- a/README.md +++ b/README.md @@ -13,5 +13,5 @@ It's just a first version, but we will continue development of this template to To build the template from scratch you will be required to have following tools * Download and install nodejs [https://nodejs.org](https://nodejs.org) * Open the console inside of extracted folder and run `npm install` to fetch all dependencies -* Run `gulp init` to build sources +* Run `gulp` to build sources * That's it! Go to `release\` folder in check out your freshly made compiled files!