aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorIndrajith K L2018-08-13 10:47:12 +0530
committerIndrajith K L2018-08-13 10:48:18 +0530
commitcc2cf2ddd45177c6ec6d15663eb84f99733944d3 (patch)
tree964af79ee3ab6a7df4bbf1cc5bc0381c89dd43bd /README.md
parent6204b26f6d87af68f758cd5a65fccc9b56e450b3 (diff)
downloadjs13kgames-template-cc2cf2ddd45177c6ec6d15663eb84f99733944d3.tar.gz
js13kgames-template-cc2cf2ddd45177c6ec6d15663eb84f99733944d3.tar.bz2
js13kgames-template-cc2cf2ddd45177c6ec6d15663eb84f99733944d3.zip
:books: fixed documentation for build process
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 6 insertions, 2 deletions
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
-[<img height='36' style='border:0px;height:36px;' src='https://az743702.vo.msecnd.net/cdn/kofi3.png?v=0' border='0' alt='Buy Me a Coffee at ko-fi.com' />](https://ko-fi.com/R6R36EBQ) \ No newline at end of file
+[<img height='36' style='border:0px;height:36px;' src='https://az743702.vo.msecnd.net/cdn/kofi3.png?v=0' border='0' alt='Buy Me a Coffee at ko-fi.com' />](https://ko-fi.com/R6R36EBQ)