From a0ce13d4e9bb066da4fe961215dee89019026bff Mon Sep 17 00:00:00 2001 From: Michael Brockus <55331536+michaelbadcrumble@users.noreply.github.com> Date: Sat, 7 Mar 2020 07:19:15 -0800 Subject: add setup keyword in example commands [skip ci] --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 4996aa7..49a1809 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ and that these two are different. In your source root must exist a file called `meson.build`. To generate the build system run this command: -`meson ` +`meson setup ` Depending on how you obtained Meson the command might also be called `meson.py` instead of plain `meson`. In the rest of this document we @@ -61,7 +61,7 @@ do things like this: ```console cd -meson builddir +meson setup builddir ``` To compile, cd into your build directory and type `ninja`. To run unit -- cgit v1.1