aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Brockus <55331536+michaelbadcrumble@users.noreply.github.com>2020-06-21 12:34:12 -0700
committerGitHub <noreply@github.com>2020-06-21 22:34:12 +0300
commit52a36a552139047f8cffe76452bcdeb06ae74b93 (patch)
tree65325324578815973bc78b8e9747a327cd298459
parent189d3b051393271a938e78e159da1ee6476a34c9 (diff)
downloadmeson-52a36a552139047f8cffe76452bcdeb06ae74b93.zip
meson-52a36a552139047f8cffe76452bcdeb06ae74b93.tar.gz
meson-52a36a552139047f8cffe76452bcdeb06ae74b93.tar.bz2
update meson init info message. [skip ci]
-rw-r--r--mesonbuild/minit.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/mesonbuild/minit.py b/mesonbuild/minit.py
index bdbe69b..d0aff49 100644
--- a/mesonbuild/minit.py
+++ b/mesonbuild/minit.py
@@ -44,8 +44,8 @@ class DEFAULT_TYPES(Enum):
INFO_MESSAGE = '''Sample project created. To build it run the
following commands:
-meson builddir
-ninja -C builddir
+meson setup builddir
+meson compile -C builddir
'''