From 3fd43d77fd5d1690c92102612aceca015f04832e Mon Sep 17 00:00:00 2001
From: Andre Sterba <andre.sterba@stud.h-da.de>
Date: Fri, 13 May 2022 08:50:31 +0000
Subject: [PATCH] Update readme with information about submodules

See merge request danet/gosdn!311
---
 README.md | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/README.md b/README.md
index 68ef7d0b2..7a6c65aaf 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)
-- 
GitLab