diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2015-04-07 22:10:43 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2015-04-07 23:22:40 +0200 |
commit | 306ae7bb2ba3fa854c39a8964d791eebe19f0f38 (patch) | |
tree | c1e851765712e8969863c1c23cc5f0323afe4c4c /README.md | |
parent | 77f7e55cdd518b4d4c00c079f31cd35ea8bb9466 (diff) | |
download | gnutls-306ae7bb2ba3fa854c39a8964d791eebe19f0f38.tar.gz |
doc: added 'git submodule update' to clone steps
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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: |