From 9a1073e22594f4a617eb79652bd09a15f4052eea Mon Sep 17 00:00:00 2001 From: MarkStanhope Date: Sun, 17 Sep 2017 11:46:27 +0100 Subject: [PATCH] Update README.md updated generate key command to gpg --full-generate-key, --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e6505f3..017b07b 100644 --- a/README.md +++ b/README.md @@ -174,8 +174,8 @@ Paste the following [text](https://stackoverflow.com/questions/2500436/how-does- Generate a new key with GPG, selecting RSA (sign only) and the appropriate keysize, optionally specifying an expiry: - $ gpg --gen-key - + $ gpg --full-generate-key + Please select what kind of key you want: (1) RSA and RSA (default) (2) DSA and Elgamal