aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllusive <[email protected]>2023-11-17 13:06:01 +1100
committerGitHub <[email protected]>2023-11-17 13:06:01 +1100
commit11859bbc9453786dfa41a516fbfb2019e85abcaa (patch)
tree36230bce4b13565ff98bfed9244c1e00c3668f9b
parentMerge branch 'main' of github.com:allusive-dev/compfy (diff)
downloadcompfy-11859bbc9453786dfa41a516fbfb2019e85abcaa.tar.xz
compfy-11859bbc9453786dfa41a516fbfb2019e85abcaa.zip
Update README.md
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 921cfd3..d912538 100644
--- a/README.md
+++ b/README.md
@@ -74,11 +74,11 @@ Can't find what you need in the wiki or have an problem? Open an Issue.
## Installation
-Note if you want to enabled the `--check-for-update` option (avaliable as of `1.7.0`) you will need to build with these commands instead.
-(`--check-for-update` will print out your current version and the latest release version number if you are connected to the internet)
+Note if you want to enabled the `--check-for-updates` option (avaliable as of `1.7.0`) you will need to build with these commands instead.
+(`--check-for-updates` will print out your current version and the latest release version number if you are connected to the internet)
### Building Manually
-Without `--check-for-update`:
+Without `--check-for-updates`:
```
$ meson setup . build
$ ninja -C build