diff --git a/README.md b/README.md index a26bf3a8588569224bd6e264124f3fb44cf2be40..efd6db060fb1e89fd061befb421de88ffc15a5c5 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,16 @@ # README +## Cloning the repo + +You need to clone the repo with the option "--recursive" to fetch all the dependent git modules: + +```bash +# Clone with SSH +git clone --recursive ssh://git@osm.etsi.org:29419/vnf-onboarding/osm-packages.git +# Clone with HTTPS +git clone --recursive https://osm.etsi.org/gitlab/vnf-onboarding/osm-packages.git +``` + ## Structure of the repo This repo contains OSM packages used for testing and for the hackfest.