README update

This commit is contained in:
2023-01-13 11:03:50 +01:00
parent f63ae969a7
commit 8a9e079790

@ -52,6 +52,11 @@ the host abstraction layer of the FSFW.
This demo provides the opportunity to to test functionality of the 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. 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 ## Prerequisites