Automatically initialize and clone submodules

Use --recurse-submodules option in initial git clone to let Git automatically initialize and clone any submodules that are part of the repository. In that case: the submodule 'pkg/validator/data/disposable-email-domains'

Signed-off-by: Frédéric Barthelet <fred@alpic.ai>
This commit is contained in:
Frédéric Barthelet
2025-12-29 23:43:38 +01:00
committed by Sacha Al Himdani
parent c9392d40af
commit 0da25edc15

View File

@@ -25,7 +25,7 @@ Probo is designed to be accessible, transparent, and community-driven.
1. Clone the repository:
```bash
git clone https://github.com/getprobo/probo.git
git clone --recurse-submodules https://github.com/getprobo/probo.git
cd probo
```