diff options
-rw-r--r-- | README.md | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -24,9 +24,11 @@ Install these runtime dependencies: Just run these commands to build and run: - meson build - ninja -C build - ./build/limox +``` +meson build +ninja -C build +./build/limox +``` Run `rm -r build` to clean the build folder. You can get a help page by running `./build/limox -h`. |