[Doc] Add update of git submodules to code checkout instructions

This commit is contained in:
Ray Speth 2018-04-03 09:22:04 -04:00
parent 39c4103504
commit 66ba4b5b50

View file

@ -15,6 +15,7 @@ Stable Release
Then, check out the tag of the most recent stable version::
git checkout tags/v2.4.0
git submodule update
A list of all the tags can be shown by::
@ -37,6 +38,7 @@ Beta Release
* **Option 1**: Check out the tag with the most recent beta release::
git checkout tags/v2.4.0b1
git submodule update
Note that the most recent beta version might be older than the most recent
stable release. A list of all the tags, including stable and beta versions can
@ -48,6 +50,7 @@ Beta Release
next minor release of the stable version::
git checkout 2.4
git submodule update
This branch has all the work on the 2.4.x version of the software.