From: Jonathan Dieter Date: Wed, 14 Nov 2018 22:42:08 +0000 (+0000) Subject: Add test to build instructions X-Git-Tag: archive/raspbian/1.1.9+ds1-1+rpi1~1^2~75 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=4bec74b4ba82338e2ca6b00c0545e88736c7412c;p=zchunk.git Add test to build instructions Signed-off-by: Jonathan Dieter --- diff --git a/README.md b/README.md index 2c03551..ed6a95f 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ To build and install zchunk, first install meson and run meson build cd build ninja +ninja test sudo ninja install ```