Skip to content

Commit

Permalink
Readme tweaking.
Browse files Browse the repository at this point in the history
  • Loading branch information
jpakkane committed May 4, 2015
1 parent 147d2a3 commit 723cf0f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ called 'meson.build'. To generate the build system run this command:
meson <source directory> <build directory>

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'.
Expand Down

0 comments on commit 723cf0f

Please sign in to comment.