cyphar / paperback

Paper backup generator suitable for long-term storage.
GNU General Public License v3.0
1.09k stars 40 forks source link

How to build instruction to readme #13

Closed bchtrue closed 2 years ago

bchtrue commented 2 years ago

Hello, I found it at https://privacytoolslist.com but no instruction here or there about how to actually build it and use. is it rust? Possible to add instructions how to quickly setup environment and build it? Thanks

cyphar commented 2 years ago

cargo build --release (--release is optional but it turns on loads of optimisations) should work out of the box. There are build artifacts uploaded with every commit but GitHub makes it a bit hard to find. I'll mention this in the README.

cyphar commented 2 years ago

Fixed in 735198eb5dcd. I improved some of the CLI prompts to better explain what you need to provide when doing non-backup operations (as well as allowing the user to input the same key shard more than once without having other issues).