From c9ccae25a971504400d117187aa0ff51d53c2d95 Mon Sep 17 00:00:00 2001 From: Paul Nehlich Date: Fri, 20 Jun 2025 15:17:27 +0200 Subject: [PATCH] README.md aktualisiert --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cfda73a..7c8c333 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,7 @@ With a fresh activated Windows Subsystem for Linux (WSL), using `wsl --install a pacman –Syu pacman -S base-devel zsh git sudo cmake wget curl rustup rustup default nightly # Only for just +cargo install just # Only for just sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" # Only for better git integration in shell cd ~ @@ -76,7 +77,7 @@ cd fsfw-example-hosted mkdir build # Create Build Folder cd build cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Debug -DFSFW_OSAL=linux .. # Create Makefiles -cmake --build . -j # Build Flight Softwaer +cmake --build . -j # Build Flight Software ./fsfw-example-hosted # execute Flight software code .. # Open source code in Windows Visual Studio Code ´´´