From 827e07700de6bcf94dfa7ff4caf02ded40991f41 Mon Sep 17 00:00:00 2001 From: Markus Goetz Date: Wed, 10 Jun 2015 16:48:13 +0200 Subject: [PATCH] Documentation: Mention the git submodules --- doc/building.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/building.rst b/doc/building.rst index de7897b44..b83f9f51f 100644 --- a/doc/building.rst +++ b/doc/building.rst @@ -214,6 +214,8 @@ To build the most up to date version of the client: 1. Clone the latest versions of the client from Git_ as follows: ``git clone git://github.com/owncloud/client.git`` + ``git submodule init`` + ``git submodule update`` 2. Create the build directory: