diff options
Diffstat (limited to 'docs/markdown/GuiTutorial.md')
| -rw-r--r-- | docs/markdown/GuiTutorial.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/GuiTutorial.md b/docs/markdown/GuiTutorial.md index 3a7c3e532..6990eef86 100644 --- a/docs/markdown/GuiTutorial.md +++ b/docs/markdown/GuiTutorial.md @@ -64,7 +64,7 @@ executable('sdlprog', 'sdlprog.c') With this done we can start the build with the following command: - meson builddir + meson setup builddir Here `builddir` is the _build directory_, everything that is generated during the build is put in that directory. When run, it should look |
