From 62fff46d902bf50620d1b5604271cb93d140e653 Mon Sep 17 00:00:00 2001 From: James Bowes Date: Wed, 8 Aug 2012 09:27:36 -0300 Subject: [PATCH] update readme for markdown header format --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 721ed15..1911398 100644 --- a/README.md +++ b/README.md @@ -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)