From 96063631d87be893dd9c12abe720ef6d9211d45c Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Mon, 6 Aug 2012 16:47:47 -0400 Subject: [PATCH] correcting doc --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1620a02..9ac8cd5 100644 --- a/README.md +++ b/README.md @@ -9,11 +9,12 @@ and applying huffman encoding. Take in an v1 x509 certificate, and extract the content sets, output them to newline delimited output - `$> ruby ./thing.rb d this-cert.pem > this-cert.list` + `$> ruby ./thing.rb d this-cert.pem` +This would produce a file named 'this-cert.txt' Process this output to generate the compiled output - `$> ruby ./thing.rb c this-cert.list` + `$> ruby ./thing.rb c this-cert.txt` This would produce a file named 'this-cert.bin' Then, the unpack the binary with: