Merge branch 'readme-submodule' into 'main'

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

Closes #59

See merge request odoo-openupgrade-wizard/odoo-openupgrade-wizard!88
This commit is contained in:
Rémy Taymans 2024-10-06 16:34:45 +00:00
commit 6d8de8765b

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.