summaryrefslogtreecommitdiff
path: root/service/README.md
diff options
context:
space:
mode:
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:
```