From: Sofia Wallin Date: Thu, 13 Jul 2017 11:39:29 +0000 (+0200) Subject: Correction, documentation guide X-Git-Tag: opnfv-5.0.0~2215^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=821da9c84c6f1bf83db8ae5c6f02f662651f3757;p=opnfvdocs.git Correction, documentation guide Change-Id: If6ea180c77e24ed07eb66ffdc92067e25c8144b3 Signed-off-by: Sofia Wallin --- diff --git a/docs/how-to-use-docs/include-documentation.rst b/docs/how-to-use-docs/include-documentation.rst index 0bc3264b6..7e9d54462 100644 --- a/docs/how-to-use-docs/include-documentation.rst +++ b/docs/how-to-use-docs/include-documentation.rst @@ -236,7 +236,7 @@ Clone the opnfvdocs repository and your submodule to .gitmodules following the c .. code-block:: bash cd docs/submodules/ - git submodule git https://gerrit.opnfv.org/gerrit/$reponame + git submodule add https://gerrit.opnfv.org/gerrit/$reponame git submodule init $reponame/ git submodule update $reponame/ git add .