Skip to content

Commit 5adfb06

Browse files
igo95862yuwata
authored andcommitted
docs: mesonconf is not a valid command, meson configure is
Meson documentation for `meson configure` https://mesonbuild.com/Commands.html#configure
1 parent abcd208 commit 5adfb06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,8 +192,8 @@ REQUIREMENTS:
192192
Any configuration options can be specified as -Darg=value... arguments
193193
to meson. After the build directory is initially configured, meson will
194194
refuse to run again, and options must be changed with:
195-
mesonconf -Darg=value...
196-
mesonconf without any arguments will print out available options and
195+
meson configure -Darg=value build/
196+
meson configure without any arguments will print out available options and
197197
their current values.
198198

199199
Useful commands:

0 commit comments

Comments
 (0)