From 52a36a552139047f8cffe76452bcdeb06ae74b93 Mon Sep 17 00:00:00 2001 From: Michael Brockus <55331536+michaelbadcrumble@users.noreply.github.com> Date: Sun, 21 Jun 2020 12:34:12 -0700 Subject: update meson init info message. [skip ci] --- mesonbuild/minit.py | 4 ++-- 1 file 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 ''' -- cgit v1.1