diff options
| author | xengineering <me@xengineering.eu> | 2022-10-08 19:45:31 +0200 |
|---|---|---|
| committer | xengineering <me@xengineering.eu> | 2022-10-08 19:45:31 +0200 |
| commit | 7261530516dd0485be9648bde2d0bd49605434e9 (patch) | |
| tree | 6d24079147f76fef161dbd39bc80b324f5f95af1 | |
| parent | d7e9d2932e4497711fffa2d649a036b7581e2c89 (diff) | |
| download | limox-7261530516dd0485be9648bde2d0bd49605434e9.tar limox-7261530516dd0485be9648bde2d0bd49605434e9.tar.zst limox-7261530516dd0485be9648bde2d0bd49605434e9.zip | |
Fix syntax error in README
| -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`. |
