summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorigo95862 <igo95862@yandex.ru>2021-01-11 16:04:33 +0300
committerYu Watanabe <watanabe.yu+github@gmail.com>2021-01-12 14:17:48 +0900
commit5adfb06d5582adf09421d189b5e2fc6b93fa23e8 (patch)
tree8594a490aff90c5a64796df71bfba31f2261ea7c /README
parentabcd208840069cc9e30fdad6b447cc9f28740cd1 (diff)
downloadsystemd-5adfb06d5582adf09421d189b5e2fc6b93fa23e8.tar.gz
docs: `mesonconf` is not a valid command, `meson configure` is
Meson documentation for `meson configure` https://mesonbuild.com/Commands.html#configure
Diffstat (limited to 'README')
-rw-r--r--README4
1 files 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: