diff options
| author | Allusive <[email protected]> | 2023-11-18 07:47:09 +1100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-11-18 07:47:09 +1100 |
| commit | 5512ba6e29ddc5d765bbcec17e92d6b4b1644831 (patch) | |
| tree | abae15102d8fcfd9680e0bb165872a620548d1c9 | |
| parent | Update README.md (diff) | |
| download | compfy-5512ba6e29ddc5d765bbcec17e92d6b4b1644831.tar.xz compfy-5512ba6e29ddc5d765bbcec17e92d6b4b1644831.zip | |
Update README.md
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -84,7 +84,7 @@ $ meson setup . build $ ninja -C build $ ninja -C build install ``` -With `--check-for-update`: +With `--check-for-updates`: ``` $ meson setup -Dupdate_checks=true . build $ ninja -C build |