diff options
| author | Allusive <[email protected]> | 2023-11-16 09:20:47 +1100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-11-16 09:20:47 +1100 |
| commit | 1af632622ac9773392cce55363a56882be32587f (patch) | |
| tree | c19e4f4c551d51b647efb3674d8d8254b1b821e2 | |
| parent | fix build errors 2 (diff) | |
| download | compfy-1af632622ac9773392cce55363a56882be32587f.tar.xz compfy-1af632622ac9773392cce55363a56882be32587f.zip | |
Update README.md
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -70,7 +70,7 @@ Can't find what you need in the wiki or have an problem? Open an Issue. ### Building Manually ``` -$ meson setup --buildtype=release . build +$ meson setup . build $ ninja -C build $ ninja -C build install ``` |