diff --git a/README.md b/README.md index 182e11f..81e0f2e 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ git submodule update --init With a fresh activated Windows Subsystem for Linux (WSL), using `wsl --install archlinux` the following steps are sufficient to build the flight software with cmake or just: -´´´sh +```sh pacman –Syu pacman -S base-devel zsh git sudo cmake wget curl rustup rustup default nightly # Only for just @@ -80,7 +80,7 @@ cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Debug -DFSFW_OSAL=linux .. # Create cmake --build . -j # Build Flight Software ./fsfw-example-hosted # execute Flight software code .. # Open source code in Windows Visual Studio Code -´´´ +```