From bf2bb96e94699ae460557b4b394c0a31a479cbdb Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Sun, 22 May 2022 15:32:21 +0200 Subject: [PATCH] update README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 51695cf..c4592ff 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ after installing MSYS2 or inside another Unix shell like `git bash`. 1. Clone this repository ```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 @@ -88,8 +88,8 @@ after installing MSYS2 or inside another Unix shell like `git bash`. Debug build folder. ```sh - mkdir build-Debug - cd build-Debug + mkdir cmake-build-debug + cd cmake-build-debug ``` 4. Ensure that the ARM compiler has been added to the path and can be called from