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