diff --git a/README.md b/README.md index 8cb1d1e..3956262 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ gpg --armor --export-secret-key joe@foo.bar | pbcopy gpg --armor --export-secret-key joe@foo.bar -w0 | xclip # Arch -gpg --armor --export-secret-key joe@foo.bar | sed -z 's;\n;;g' | xclip -selection clipboard -i +gpg --armor --export-secret-key joe@foo.bar | xclip -selection clipboard -i # FreeBSD (assuming BSD base64) gpg --armor --export-secret-key joe@foo.bar | xclip