Commit 381ca211 authored by garciadeblas's avatar garciadeblas
Browse files

Fix README to add instructions on how to clone properly with --recursive


Signed-off-by: garciadeblas's avatargarciadeblas <gerardo.garciadeblas@telefonica.com>
parent 50d57ac1
# README # 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 ## Structure of the repo
This repo contains OSM packages used for testing and for the hackfest. This repo contains OSM packages used for testing and for the hackfest.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment