summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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:
```