[DOC] specify that pull-submodule only work in a git context.

This commit is contained in:
Sylvain LE GAL 2024-10-03 19:16:12 +02:00
parent 393411f937
commit 1ff3c20c76

View File

@ -177,7 +177,7 @@ extra repositories, or dependencies...
## Command: ``pull-submodule``
**Prerequites:** init
**Prerequites:** init + being in a git repository. (if not, you can simply run ``git init``)
if you already have a repos.yml file on github / gitlab, it can be convenient to
synchronize the repository, instead of copy past the ``repos.yml`` manually.