From: Craig Chi Date: Fri, 3 Jul 2020 11:28:05 +0000 (-0700) Subject: docs: Replace `mesonconf` with `meson configure` (#528) X-Git-Tag: fuse-3.9.4~11 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=032db1ab298d62c4d0c5be1f9fb2df299aec2346;p=qemu-gpiodev%2Flibfuse.git docs: Replace `mesonconf` with `meson configure` (#528) Fixes #527 --- diff --git a/README.md b/README.md index f0f48c4..c2cc9ea 100644 --- a/README.md +++ b/README.md @@ -59,11 +59,11 @@ tarball, create a (temporary) build directory and run Meson: $ meson .. Normally, the default build options will work fine. If you -nevertheless want to adjust them, you can do so with the *mesonconf* -command: +nevertheless want to adjust them, you can do so with the +*meson configure* command: - $ mesonconf # list options - $ mesonconf -D disable-mtab=true # set an option + $ meson configure # list options + $ meson configure -D disable-mtab=true # set an option To build, test and install libfuse, you then use Ninja: