projects
/
zchunk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a2fd77e
)
Apparently spaces matter
author
Jonathan Dieter
<jdieter@gmail.com>
Wed, 16 May 2018 07:59:56 +0000
(10:59 +0300)
committer
Jonathan Dieter
<jdieter@gmail.com>
Wed, 16 May 2018 07:59:56 +0000
(10:59 +0300)
Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
README.md
patch
|
blob
|
history
diff --git
a/README.md
b/README.md
index beee5929f60754359d7aa386eb71515d110a09cf..2f2245fb86bcc4f92cc748ae626b1047abbf73f0 100644
(file)
--- a/
README.md
+++ b/
README.md
@@
-12,7
+12,7
@@
shouldn't see any further changes, the API is still not fixed. Please do not
use zchunk for any mission-critical systems yet.**
-##Installation
+##
Installation
To build and install zchunk, first install meson and run
```
meson build
@@
-21,7
+21,7
@@
ninja
sudo ninja install
```
-##Using the utilities
+##
Using the utilities
To decompress a zchunk file, simply run:
```
unzck <filename>
@@
-42,5
+42,5
@@
To read a zchunk header, run:
zck_read_header <file>
```
-##C API
+##
C API
\#TODO