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`.