From 7e0734b0cc959f3732567dbc29961ab1870bd3ff Mon Sep 17 00:00:00 2001 From: Faerbit Date: Fri, 5 May 2017 03:12:22 +0200 Subject: [PATCH] Updated README.md --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1a51d15..956c595 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,12 @@ # paperize -Convert a binary file to printable QR codes +Convert a binary file to printable QR codes and back. +Generates one nice PDF to print out with instructions on how to restore it. +Includes a sha256 integrity check. +Uses base64 encoding, so you should be able to restore the file even without +this tool. + +## Usage +See `paperize -h` for usage. + +## License +This work is licensed under the MIT license. See LICENSE.md for details.