From f577cf090e226d92dfd199690c624e007adf409b Mon Sep 17 00:00:00 2001 From: michal maxian Date: Wed, 15 Mar 2017 13:44:57 +0100 Subject: [PATCH] add --recursive note to clone procedure to download submodule --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 014bbc4..aaf99dc 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@ Desktop App for SuperNET DAPPs #### For Developers You must have `node.js` and `npm` installed on your machine. -Clone Iguana Desktop App +Clone Iguana Desktop App with EasyDEX-GUI submodule ```shell -git clone https://github.com/SuperNETorg/iguana.git +git clone --recursive https://github.com/SuperNETorg/iguana.git ``` Install Iguana App