Add note to README.md about making sure gpg2 is callable

This commit is contained in:
Charlie O'Keefe 2018-03-21 12:11:43 -06:00
parent efb1f0acb2
commit 2bd40ddd3c
1 changed files with 9 additions and 0 deletions

View File

@ -34,6 +34,15 @@ Install prerequisites first: `sudo apt-get install build-essential libssl-dev li
sudo pip install -U ansible
#### GnuPG
Make sure GNU privacy guard is installed.
sudo apt-get install gnupg
Also make sure it is callable using the command 'gpg2' (not just 'gpg'). You may need a workaround
here, e.g. creating a symlink from gpg2 to gpg.
How to get started
------------------