docs: Replace `mesonconf` with `meson configure` (#528)
authorCraig Chi <craig08@users.noreply.github.com>
Fri, 3 Jul 2020 11:28:05 +0000 (04:28 -0700)
committerGitHub <noreply@github.com>
Fri, 3 Jul 2020 11:28:05 +0000 (12:28 +0100)
Fixes #527

README.md

index f0f48c4b2e9c155493b09c108faf3b2639e82848..c2cc9ea28486432226dad0bb6317e686a82e9b9b 100644 (file)
--- 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: