From 68783ce8a9f98c4f5159e17caad3cea978539137 Mon Sep 17 00:00:00 2001
From: Konstantin Osipov <kostja@tarantool.org>
Date: Wed, 22 Apr 2015 20:46:54 +0300
Subject: [PATCH] dev-guide: update instrucitons for building from source

---
 doc/sphinx/dev_guide/building_from_source.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/sphinx/dev_guide/building_from_source.rst b/doc/sphinx/dev_guide/building_from_source.rst
index 17b3e47139..c2a5b0cc83 100644
--- a/doc/sphinx/dev_guide/building_from_source.rst
+++ b/doc/sphinx/dev_guide/building_from_source.rst
@@ -129,12 +129,12 @@ explain what the steps are, then on the Internet you can look at some example sc
    .. code-block:: bash
 
      cd ~/tarantool
-     git submodule init
-     git submodule update
+     git submodule init --recursive
+     git submodule update --recursive
      cd ../
 
    On rare occasions, the submodules will need to be updated again with the
-   command: ``git submodule update --init``.
+   command: ``git submodule update --init --recursive``.
 
 6. Use CMake to initiate the build.
 
-- 
GitLab