Browse Source

add --recursive note to clone procedure to download submodule

all-modes
michal maxian 8 years ago
parent
commit
f577cf090e
  1. 4
      README.md

4
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

Loading…
Cancel
Save