From 560ba1086eaf437960b3777652a824f397d6b8d1 Mon Sep 17 00:00:00 2001
From: Konstantin Osipov <kostja.osipov@gmail.com>
Date: Wed, 8 Jul 2015 02:19:12 +0300
Subject: [PATCH] git submodule init must be recursive

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

diff --git a/README.md b/README.md
index 6fff09fb01..821df0a376 100644
--- a/README.md
+++ b/README.md
@@ -54,7 +54,7 @@ The build depends on the following external libraries:
 Please follow these steps to compile Tarantool:
 
     # If compiling from git
-    tarantool $ git submodule update --init
+    tarantool $ git submodule update --init --recursive
 
     tarantool $ cmake .
     tarantool $ make
-- 
GitLab