projects
/
zchunk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
90453bd
)
Add test to build instructions
author
Jonathan Dieter
<jdieter@gmail.com>
Wed, 14 Nov 2018 22:42:08 +0000
(22:42 +0000)
committer
Jonathan Dieter
<jdieter@gmail.com>
Wed, 14 Nov 2018 22:42:08 +0000
(22:42 +0000)
Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
README.md
patch
|
blob
|
history
diff --git
a/README.md
b/README.md
index 2c035515512e0d8cc19a36f58aa10eb8329e7a65..ed6a95f82ea23762335f38bbc96362d2d10046f6 100644
(file)
--- 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
```