From 8a9e079790b0e23d1645f920b105f7858da39b6b Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Fri, 13 Jan 2023 11:03:50 +0100 Subject: [PATCH] README update --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index ee8cf10..26100c0 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,11 @@ the host abstraction layer of the FSFW. This demo provides the opportunity to to test functionality of the FSFW on a host computer without the need of setting up external embedded hardware. +After cloning, make sure to clone and initialize the submodules + +```sh +git submodule update --init +``` ## Prerequisites