diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2020-06-08 15:02:11 +0200 |
---|---|---|
committer | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2020-06-08 15:02:11 +0200 |
commit | 34a250b156a744e37e207d4572145cfd8f08c8d1 (patch) | |
tree | 729bfcff6dfbae24225710c2f7a23154c9ed15e6 | |
parent | b821fd3b8e10698152900e916ffbd3ee1a2ccdee (diff) |
[DOC] retrieve submodules at clone in guide
The git clone command was missing the automatic retrieve of submodules.
Issue-ID: DOC-618
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Change-Id: Ic43fa71c3b931b21160095ed9a9f4e48f733cbf4
-rw-r--r-- | docs/oom_user_guide.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/oom_user_guide.rst b/docs/oom_user_guide.rst index 7340ddf7fd..7cc46a71c4 100644 --- a/docs/oom_user_guide.rst +++ b/docs/oom_user_guide.rst @@ -115,7 +115,7 @@ stable which should be removed to avoid confusion:: To prepare your system for an installation of ONAP, you'll need to:: - > git clone -b frankfurt http://gerrit.onap.org/r/oom + > git clone -b frankfurt --recurse-submodules -j2 http://gerrit.onap.org/r/oom > cd oom/kubernetes |