Updated README.md
This commit is contained in:
parent
e87765418b
commit
7e0734b0cc
12
README.md
12
README.md
@ -1,2 +1,12 @@
|
|||||||
# paperize
|
# 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.
|
||||||
|
Loading…
Reference in New Issue
Block a user