From 729516ca3be8353eec56da6ae832e6350d2c52e5 Mon Sep 17 00:00:00 2001 From: Satinder Grewal Date: Thu, 1 Dec 2016 10:16:00 +1300 Subject: [PATCH] requirements for devs and production updated --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 6d07ec6..fbaf523 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # Iguana Desktop App Desktop App for SuperNET DAPPs +#### For Developers +You must have `node.js` and `npm` installed on your machine. Clone Iguana Desktop App ```shell @@ -22,3 +24,7 @@ Then start Iguana App ```shell npm start ``` + + +#### For end users +The instructions to make production build of Iguana App will be updated soon.