From: igo95862 Date: Mon, 11 Jan 2021 13:04:33 +0000 (+0300) Subject: docs: `mesonconf` is not a valid command, `meson configure` is X-Git-Tag: v248-rc1~376 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5adfb06d5582adf09421d189b5e2fc6b93fa23e8;p=thirdparty%2Fsystemd.git docs: `mesonconf` is not a valid command, `meson configure` is Meson documentation for `meson configure` https://mesonbuild.com/Commands.html#configure --- diff --git a/README b/README index 39d4e5aa151..1617c3d195f 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: