Fix hardcoded path to encrypted.asc

This commit is contained in:
Albert 2021-01-10 09:49:15 +01:00
parent c802c5e0da
commit d932325a73
No known key found for this signature in database
GPG Key ID: 83FE0F13A106F2C3

View File

@ -163,7 +163,7 @@ This is a test!
### Decrypt message to stdout and decode quoted-printable characters
```console
$ gpg --decrypt /Users/sunknudsen/Desktop/encrypted.asc | perl -MMIME::QuotedPrint -0777 -nle 'print decode_qp($_)'
$ gpg --decrypt ~/Desktop/encrypted.asc | perl -MMIME::QuotedPrint -0777 -nle 'print decode_qp($_)'
gpg: encrypted with 4096-bit RSA key, ID 5574F4B0B0F67D7F, created 2019-10-17
"Sun Knudsen <hello@sunknudsen.com>"
gpg: encrypted with 4096-bit RSA key, ID 0DA22A1AC7DBA3F9, created 2020-06-16