From 723cf0f15e90f4482f7579aa5e10b31dbd3d05ce Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Mon, 4 May 2015 22:10:37 +0300 Subject: Readme tweaking. --- readme.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/readme.txt b/readme.txt index 4dcbce3b6..f72104ada 100644 --- a/readme.txt +++ b/readme.txt @@ -31,11 +31,11 @@ called 'meson.build'. To generate the build system run this command: meson You can omit either of the two directories, and Meson will substitute -the current directory and autodetect what you mean. This mean that you -can do things like this: +the current directory and autodetect what you mean. This allows you to +do things like this: -cd source_root; mkdir build; cd build; meson.py .. -cd source_root; mkdir build; meson.py build +cd source_root; mkdir build; cd build; meson .. +cd source_root; mkdir build; meson build To compile, cd into your build directory and type 'ninja'. To run unit tests, type 'ninja test'. -- cgit v1.2.3