update readme for markdown header format
This commit is contained in:
parent
65bfba3f62
commit
62fff46d90
1 changed files with 6 additions and 3 deletions
|
@ -1,10 +1,12 @@
|
|||
== Overview ==
|
||||
Overview
|
||||
========
|
||||
|
||||
POC to compile a data set into a modified radix tree,
|
||||
and applying huffman encoding.
|
||||
|
||||
|
||||
== Usage ==
|
||||
Usage
|
||||
=====
|
||||
|
||||
Take in an v1 x509 certificate, and extract the
|
||||
content sets, output them to newline delimited output
|
||||
|
@ -31,7 +33,8 @@ or
|
|||
|
||||
The 'thing.rb' supports a "-v" verbose flag.
|
||||
|
||||
== Code compiles ==
|
||||
Code compiles
|
||||
=============
|
||||
|
||||
To compile the 'unpack' command, just run `make`.
|
||||
( this requires make, gcc, and zlib-devel)
|
||||
|
|
Loading…
Reference in a new issue