From 5adfb06d5582adf09421d189b5e2fc6b93fa23e8 Mon Sep 17 00:00:00 2001 From: igo95862 Date: Mon, 11 Jan 2021 16:04:33 +0300 Subject: [PATCH] docs: `mesonconf` is not a valid command, `meson configure` is Meson documentation for `meson configure` https://mesonbuild.com/Commands.html#configure --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index 39d4e5aa15..1617c3d195 100644 --- a/README +++ b/README @@ -192,8 +192,8 @@ REQUIREMENTS: Any configuration options can be specified as -Darg=value... arguments to meson. After the build directory is initially configured, meson will refuse to run again, and options must be changed with: - mesonconf -Darg=value... - mesonconf without any arguments will print out available options and + meson configure -Darg=value build/ + meson configure without any arguments will print out available options and their current values. Useful commands: -- 2.25.1