From c0fdae22c8b0387379e1b77bb30666a2477c1e43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Hern=C3=A1ndez?= Date: Tue, 29 Sep 2020 16:10:16 +0200 Subject: [PATCH] This part is no longer needed in Arch Linux instructions (#63) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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