docs: mesonconf is not a valid command, meson configure is

Meson documentation for `meson configure`
https://mesonbuild.com/Commands.html#configure
This commit is contained in:
igo95862 2021-01-11 16:04:33 +03:00 committed by Yu Watanabe
parent abcd208840
commit 5adfb06d55

4
README
View file

@ -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: