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/IDE-integration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/markdown/IDE-integration.md') diff --git a/docs/markdown/IDE-integration.md b/docs/markdown/IDE-integration.md index e64eccfcc..c60aeefc5 100644 --- a/docs/markdown/IDE-integration.md +++ b/docs/markdown/IDE-integration.md @@ -20,7 +20,7 @@ that the source resides in an Eclipse-like directory called `workspace/project/build`. First, we initialize Meson by running the following command in the source directory. - meson builddir + meson setup builddir With this command Meson will configure the project and also generate introspection information that is stored in `intro-*.json` files in -- cgit v1.2.3