From 25b0988d4e40d22d907169b4f73ff07b4cb7fd0e Mon Sep 17 00:00:00 2001 From: Eli Schwartz Date: Tue, 16 Aug 2022 16:12:35 -0400 Subject: docs: fix various references to "meson builddir" This is wrong, it should use "meson setup builddir". --- docs/markdown/IndepthTutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/markdown/IndepthTutorial.md') 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 ``` -- cgit v1.2.3