summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2022-10-08 19:45:31 +0200
committerxengineering <me@xengineering.eu>2022-10-08 19:45:31 +0200
commit7261530516dd0485be9648bde2d0bd49605434e9 (patch)
tree6d24079147f76fef161dbd39bc80b324f5f95af1
parentd7e9d2932e4497711fffa2d649a036b7581e2c89 (diff)
downloadlimox-7261530516dd0485be9648bde2d0bd49605434e9.tar
limox-7261530516dd0485be9648bde2d0bd49605434e9.tar.zst
limox-7261530516dd0485be9648bde2d0bd49605434e9.zip
Fix syntax error in README
-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`.