diff options
Diffstat (limited to 'docs/markdown/IDE-integration.md')
-rw-r--r-- | docs/markdown/IDE-integration.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/IDE-integration.md b/docs/markdown/IDE-integration.md index e64eccf..c60aeef 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 |