From cec1ef5149f8f1c72559407b28fdbb225341c759 Mon Sep 17 00:00:00 2001 From: arthur Date: Tue, 28 Oct 2025 09:11:08 +0100 Subject: [PATCH] Update Home --- Home.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Home.md b/Home.md index 64ffa13..5f124d1 100644 --- a/Home.md +++ b/Home.md @@ -15,8 +15,10 @@ The project is build with meson so you will need it on your computer to compile First clone the repo and move into it. Then compile the project in the desire dir (for me build). -````meson setup --reconfigure build -meson compile -C build```` +``` bash +meson setup --reconfigure build +meson compile -C build +``` The binary will be `build/beluga`.