update meson init info message. [skip ci]

pull/7183/head
Michael Brockus 4 years ago committed by GitHub
parent 189d3b0513
commit 52a36a5521
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      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
'''

Loading…
Cancel
Save