From 250c176b466204eba07a107d6e7e1adc2dd5ac28 Mon Sep 17 00:00:00 2001 From: Paul Nehlich Date: Thu, 3 Jul 2025 18:13:06 +0200 Subject: [PATCH] README.md aktualisiert --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -´´´ +```