From 0ef223f65d24c7fe01f0a1e52f5f917da7a8940d Mon Sep 17 00:00:00 2001
From: unknown <ggoinvic@ITEM-72692.dhcp.ren2.fr.sopra>
Date: Fri, 28 Mar 2014 14:20:10 +0100
Subject: [PATCH] Added a step to clone submodules

---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index 2c8ff002..4b6b88db 100644
--- a/README.md
+++ b/README.md
@@ -36,6 +36,7 @@ Qt Client for [Ucoin](http://www.ucoin.io) project.
     * A random guy should be able to send and receive money
 
 ### How to install
+  * __git clone --recursive https://github.com/Insoleet/cutecoin.git__ or if you already have clone the git, do __git submodule update --init --recursive__
   * Note : On Windows, it seems that PyQt5 works best with 32 bits version of Python.
   * Install [python3.3](https://www.python.org/download/releases/3.3.5), [cx_freeze for python 3.3](http://cx-freeze.sourceforge.net/) and [pyqt5](http://www.riverbankcomputing.co.uk/software/pyqt/download5), and [pip](http://www.pip-installer.org/en/latest/)
   * On Windows, make sure folders for python3 and pyqt5 binaries are in your $PATH
-- 
GitLab