diff --git a/README.md b/README.md index 68ef7d0b27c835ba28eb6025b63d67d66675affa..7a6c65aaf885069ca6cf012f182876a848c3ee7f 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,11 @@ `goSDN` is a prototypical approach to build a model driven multi-vendor SDN controller. +This repository contains submodules, therefore it must be cloned with +`git clone --recurse-submodules git@code.fbi.h-da.de:danet/gosdn.git`. +If you have cloned the repository without `--recurse-submodules` simply run `git submodule update --init --recursive` +to get all submodules. + # Table of Contents - [Overview](#overview)