Skip to content

Commit

Permalink
update pubkey path to "/path/to/pubkey/"
Browse files Browse the repository at this point in the history
  • Loading branch information
taext authored Oct 9, 2020
1 parent 1da751b commit 850d6b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

<br>
Expand Down

0 comments on commit 850d6b3

Please sign in to comment.