summaryrefslogtreecommitdiff
path: root/docs/markdown/IndepthTutorial.md
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2017-05-03 18:27:29 +0300
committerGitHub <noreply@github.com>2017-05-03 18:27:29 +0300
commit2bb03f19fd9842d8c7966336ee967786f8edfbda (patch)
tree707f00e4b355d30c6d4d0de23e3364bf82b6c35d /docs/markdown/IndepthTutorial.md
parent33b79dcf2502420c0db806fece1b35c724366f40 (diff)
parent276d342ebaf859dd53e145ead3e98e2cebb360ab (diff)
downloadmeson-2bb03f19fd9842d8c7966336ee967786f8edfbda.tar.gz
Merge pull request #1725 from whot/master
documentation fixes
Diffstat (limited to 'docs/markdown/IndepthTutorial.md')
-rw-r--r--docs/markdown/IndepthTutorial.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/IndepthTutorial.md b/docs/markdown/IndepthTutorial.md
index d67adf7c9..dd93f826b 100644
--- a/docs/markdown/IndepthTutorial.md
+++ b/docs/markdown/IndepthTutorial.md
@@ -78,7 +78,7 @@ At this point we can return to the pkg-config generator line. All shared librari
With these four files we are done. To configure, build and run the test suite, we just need to execute the following commands (starting at source tree root directory).
```console
-$ meson build && cd build
+$ meson builddir && cd builddir
$ ninja
$ ninja test
```