Update Home

2025-10-28 09:11:08 +01:00
parent 4f1a25869a
commit cec1ef5149
+4 -2
@@ -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. First clone the repo and move into it.
Then compile the project in the desire dir (for me build). Then compile the project in the desire dir (for me build).
````meson setup --reconfigure build ``` bash
meson compile -C build```` meson setup --reconfigure build
meson compile -C build
```
The binary will be `build/beluga`. The binary will be `build/beluga`.