aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllusive <[email protected]>2023-11-16 09:20:47 +1100
committerGitHub <[email protected]>2023-11-16 09:20:47 +1100
commit1af632622ac9773392cce55363a56882be32587f (patch)
treec19e4f4c551d51b647efb3674d8d8254b1b821e2
parentfix build errors 2 (diff)
downloadcompfy-1af632622ac9773392cce55363a56882be32587f.tar.xz
compfy-1af632622ac9773392cce55363a56882be32587f.zip
Update README.md
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 35d534a..d5bafb0 100644
--- a/README.md
+++ b/README.md
@@ -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
```