diff options
Diffstat (limited to 'docs/markdown/IndepthTutorial.md')
| -rw-r--r-- | docs/markdown/IndepthTutorial.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/IndepthTutorial.md b/docs/markdown/IndepthTutorial.md index 957449dae..5f53a6f83 100644 --- a/docs/markdown/IndepthTutorial.md +++ b/docs/markdown/IndepthTutorial.md @@ -138,7 +138,7 @@ test suite, we just need to execute the following commands (starting at source tree root directory). ```console -$ meson builddir && cd builddir +$ meson setup builddir && cd builddir $ meson compile $ meson test ``` |
