update README

This commit is contained in:
Robin Müller 2022-05-22 15:32:21 +02:00
parent ba13f6e022
commit bf2bb96e94
No known key found for this signature in database
GPG Key ID: 11D4952C8CCEF814
1 changed files with 3 additions and 3 deletions

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