summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/README.md b/README.md
index 7d84e76..54403d9 100644
--- a/README.md
+++ b/README.md
@@ -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`.