From: Nikos Mavrogiannopoulos Date: Tue, 7 Apr 2015 20:10:43 +0000 (+0200) Subject: doc: added 'git submodule update' to clone steps X-Git-Tag: gnutls_3_4_0~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=306ae7bb2ba3fa854c39a8964d791eebe19f0f38;p=thirdparty%2Fgnutls.git doc: added 'git submodule update' to clone steps --- diff --git a/README.md b/README.md index f8f09d5a87..b26443925e 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,7 @@ To download the version controlled sources: ``` $ git clone git://gitorious.org/gnutls/gnutls.git $ cd gnutls +$ git submodule update --init ``` The next step is to run autoreconf (etc) and then ./configure: