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