some restructuring

This commit is contained in:
Robin Müller 2022-09-28 20:08:00 +02:00
parent e824e0f0c3
commit fad70424ed
No known key found for this signature in database
GPG Key ID: 11D4952C8CCEF814
1 changed files with 5 additions and 5 deletions

View File

@ -3,7 +3,10 @@ FSFW From Zero Workshop
This workshop gives an introduction to the Flight Software Framework,
starting from a simple hello world program in C++. As such, it it also suitable
for C++ beginners.
for people with basic C++ skills who want to learn how the FSFW works and how to build
On-Board Software (OBSW) in general.
# Getting started
Start by cloning this repository and updating the submodules to also clone
the [Flight Software Framework](https://egit.irs.uni-stuttgart.de/fsfw):
@ -14,10 +17,7 @@ git submodule init
git submodule update
```
# Building the Workshop Application
This workshop uses CMake like the framework to build the application
This workshop uses CMake like the framework to build the application.
This command sequence will build the software
```sh