diff --git a/how-to-encrypt-sign-and-decrypt-messages-using-pgp-on-macos/README.md b/how-to-encrypt-sign-and-decrypt-messages-using-pgp-on-macos/README.md index d0154cd..444f133 100644 --- a/how-to-encrypt-sign-and-decrypt-messages-using-pgp-on-macos/README.md +++ b/how-to-encrypt-sign-and-decrypt-messages-using-pgp-on-macos/README.md @@ -179,3 +179,7 @@ This is a test! ```shell gpg-connect-agent reloadagent /bye ``` + +> Heads-up: when sending [encrypted messages](#paste-encrypt-and-sign-message-enter-line-break-and-use-command-ctrld-to-quit-edit-mode), don’t forget to include your [public key](#export-johns-pgp-public-key). + +👍