diff --git a/README.md b/README.md index 9e15b66..52368f4 100644 --- a/README.md +++ b/README.md @@ -32,9 +32,16 @@ Set this key(or another of cource) for default: vim ~/.gnupg/gpg.conf # find string and uncomment or add it - default-key your@mail-address-key.org + default-key key_email@example.com :wq +You can use not default key: + + # Create file with key email + cat > ~/.PM/.key << EOF + key_email@example.com + EOF + First run: $ ./pm.pl @@ -65,4 +72,3 @@ Show help screen: * Import/Export with simple(only password) encryption * Password lenght * Store decrypted DB into RAM not in /tmp/ -* Different keys selection