From 850d6b32a2e55caa21a27cbc0478fea586def7c8 Mon Sep 17 00:00:00 2001 From: David Date: Fri, 9 Oct 2020 14:22:47 +0200 Subject: [PATCH] update pubkey path to "/path/to/pubkey/" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5864188..df5065b 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ linux program used: gpg encrypted_str = gem.main(clear_text, pubkey_file_name='pubkey.asc', - pubkey_file_path='/home/dd/Documents/pubkeys/') + pubkey_file_path='/path/to/pubkey/') (rename or copy the file `gem` to `gem.py` before importing)