diff options
Diffstat (limited to 'docs/how-to-use-docs/include-documentation.rst')
-rw-r--r-- | docs/how-to-use-docs/include-documentation.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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 . |