summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2015-04-07 22:10:43 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2015-04-07 23:22:40 +0200
commit306ae7bb2ba3fa854c39a8964d791eebe19f0f38 (patch)
treec1e851765712e8969863c1c23cc5f0323afe4c4c /README.md
parent77f7e55cdd518b4d4c00c079f31cd35ea8bb9466 (diff)
downloadgnutls-306ae7bb2ba3fa854c39a8964d791eebe19f0f38.tar.gz
doc: added 'git submodule update' to clone steps
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
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: