aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--readme.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/readme.txt b/readme.txt
index 8736100..e4ed146 100644
--- a/readme.txt
+++ b/readme.txt
@@ -37,7 +37,9 @@ cd source_root; mkdir build; cd build; meson.py ..
cd source_root; mkdir build; meson.py build
To compile, cd into your build directory and type 'ninja'. To run unit
-tests, type 'ninja test'. Installing takes a few more arguments:
+tests, type 'ninja test'.
+
+Install is the same but it can take an extra argument:
DESTDIR=/destdir/path ninja install