diff options
| author | Allusive <[email protected]> | 2023-11-17 13:06:01 +1100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-11-17 13:06:01 +1100 |
| commit | 11859bbc9453786dfa41a516fbfb2019e85abcaa (patch) | |
| tree | 36230bce4b13565ff98bfed9244c1e00c3668f9b | |
| parent | Merge branch 'main' of github.com:allusive-dev/compfy (diff) | |
| download | compfy-11859bbc9453786dfa41a516fbfb2019e85abcaa.tar.xz compfy-11859bbc9453786dfa41a516fbfb2019e85abcaa.zip | |
Update README.md
| -rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |