summaryrefslogtreecommitdiff
path: root/service/README.md
diff options
context:
space:
mode:
authorBruno Wagner <bwgpro@gmail.com>2014-11-20 14:51:28 -0200
committerBruno Wagner <bwgpro@gmail.com>2014-11-20 14:51:28 -0200
commitcd109d61109d68f66e0122912cebd2683e3b6812 (patch)
tree7feaa92beea845315e0c3b2f58f3f0a871533b30 /service/README.md
parent2902b5acca9f8de1f8920a8f169abcff457d774c (diff)
#132 Added instructions to reinstall gnupg in the service README, the other install mode already takes care of this
Diffstat (limited to 'service/README.md')
-rw-r--r--service/README.md6
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:
```