From cc2cf2ddd45177c6ec6d15663eb84f99733944d3 Mon Sep 17 00:00:00 2001
From: Indrajith K L
Date: Mon, 13 Aug 2018 10:47:12 +0530
Subject: :books: fixed documentation for build process
---
README.md | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
(limited to 'README.md')
diff --git a/README.md b/README.md
index e95c3b6..20c77b2 100644
--- a/README.md
+++ b/README.md
@@ -13,13 +13,17 @@ Integrated gulp build process for :
* Shows final zip file size.
## Usage
+```bash
+# First install the dependencies
+npm install
+```
```bash
npm start # for development - live reloading server
```
```bash
-npm release # for minification+zip (final output will be available on ./dist/archive.zip)
+npm run release # for minification+zip (final output will be available on ./dist/archive.zip)
```
## Support me
-[](https://ko-fi.com/R6R36EBQ)
\ No newline at end of file
+[](https://ko-fi.com/R6R36EBQ)
--
cgit v1.2.3