diff options
author | Bruno Wagner <bwgpro@gmail.com> | 2014-11-20 14:51:28 -0200 |
---|---|---|
committer | Bruno Wagner <bwgpro@gmail.com> | 2014-11-20 14:51:28 -0200 |
commit | cd109d61109d68f66e0122912cebd2683e3b6812 (patch) | |
tree | 7feaa92beea845315e0c3b2f58f3f0a871533b30 | |
parent | 2902b5acca9f8de1f8920a8f169abcff457d774c (diff) |
#132 Added instructions to reinstall gnupg in the service README, the other install mode already takes care of this
-rw-r--r-- | service/README.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/service/README.md b/service/README.md index 83d83f78..ca0de350 100644 --- a/service/README.md +++ b/service/README.md @@ -74,6 +74,12 @@ your.leapprovider.org.crt ./go develop --always-unzip ``` +* You need to reinstall gnupg for now + +``` +pip uninstall -y gnupg; pip install gnupg +``` + * To run tests: ``` |