summaryrefslogtreecommitdiffstats
path: root/INSTALL.md
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-03-05 13:36:18 +0100
committerDave Davenport <qball@gmpclient.org>2016-03-05 13:36:18 +0100
commitd59b9595b17c0d0c24fa2bd0370f1f75b606fe25 (patch)
tree597662dba532511a8a4428537dd5fe16ce5045ef /INSTALL.md
parent3f1e7820c90cad7ec5fde36dc4b96a8218f6ed98 (diff)
Update INSTALL
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 2b9ab5e2..8a377cff 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -64,6 +64,12 @@ make install
## Install a checkout from git
+Pull in dependencies
+
+```
+git submodule update --init
+```
+
Generate build system:
```