update README

This commit is contained in:
2022-05-22 15:32:21 +02:00
parent ba13f6e022
commit bf2bb96e94

View File

@ -75,7 +75,7 @@ after installing MSYS2 or inside another Unix shell like `git bash`.
1. Clone this repository 1. Clone this repository
```sh ```sh
git clone https://egit.irs.uni-stuttgart.de/fsfw/fsfw_example.git git clone https://egit.irs.uni-stuttgart.de/fsfw/fsfw-example-stm32h7-freertos
``` ```
2. Set up submodules 2. Set up submodules
@ -88,8 +88,8 @@ after installing MSYS2 or inside another Unix shell like `git bash`.
Debug build folder. Debug build folder.
```sh ```sh
mkdir build-Debug mkdir cmake-build-debug
cd build-Debug cd cmake-build-debug
``` ```
4. Ensure that the ARM compiler has been added to the path and can be called from 4. Ensure that the ARM compiler has been added to the path and can be called from