From: Sylvain Desbureaux Date: Mon, 8 Jun 2020 13:02:11 +0000 (+0200) Subject: [DOC] retrieve submodules at clone in guide X-Git-Tag: 7.0.0~388 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=34a250b156a744e37e207d4572145cfd8f08c8d1;p=oom.git [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 Change-Id: Ic43fa71c3b931b21160095ed9a9f4e48f733cbf4 --- 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