summaryrefslogtreecommitdiff
path: root/doc/source/dev/gitwash/development_setup.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source/dev/gitwash/development_setup.rst')
-rw-r--r--doc/source/dev/gitwash/development_setup.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/source/dev/gitwash/development_setup.rst b/doc/source/dev/gitwash/development_setup.rst
index a2fc61d2e..4cb6c8358 100644
--- a/doc/source/dev/gitwash/development_setup.rst
+++ b/doc/source/dev/gitwash/development_setup.rst
@@ -103,6 +103,10 @@ Make the local copy
git config branch.main.remote upstream
git config branch.main.merge refs/heads/main
+#. Initialize the required git submodules: ::
+
+ git submodule update --init
+
******************************************************************************
Look it over
******************************************************************************