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:
committed by
Sacha Al Himdani
parent
c9392d40af
commit
0da25edc15
@@ -25,7 +25,7 @@ Probo is designed to be accessible, transparent, and community-driven.
|
|||||||
1. Clone the repository:
|
1. Clone the repository:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/getprobo/probo.git
|
git clone --recurse-submodules https://github.com/getprobo/probo.git
|
||||||
cd probo
|
cd probo
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user