openpgp
openpgp copied to clipboard
in Readme.md git clone needs --recurse-submodules
Could not get this to work when following the actual readme.md
Turns out the git clone command needed to be
git clone --recurse-submodules https://github.com/solokeys/openpgp.git
to work for me (Ubuntu 18.04)