aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index b24ce5f..3c6c397 100644
--- a/README.md
+++ b/README.md
@@ -60,11 +60,11 @@ You can omit either of the two directories, and Meson will substitute
the current directory and autodetect what you mean. This allows you to
do things like this:
-`cd source_root; mkdir build; cd build; meson ..`
+`cd source_root; mkdir builddir; cd builddir; meson ..`
or
-`cd source_root; mkdir build; meson build`
+`cd source_root; mkdir builddir; meson builddir`
To compile, cd into your build directory and type `ninja`. To run unit
tests, type `ninja test`.