summaryrefslogtreecommitdiff
path: root/service/README.md
diff options
context:
space:
mode:
authorBruno Wagner <bwgpro@gmail.com>2014-11-27 12:09:31 -0200
committerBruno Wagner <bwgpro@gmail.com>2014-11-27 12:10:27 -0200
commitb56d60ba7dda1da46287051f8bf6a76546e1a8ce (patch)
tree381ab571d1071cb94ddfa402d60b006940b03a57 /service/README.md
parentfa0b9939589317f8762092387c7e95f3412e710a (diff)
Updated README because the gnupg trick is not needed anymore
Diffstat (limited to 'service/README.md')
-rw-r--r--service/README.md6
1 files changed, 0 insertions, 6 deletions
diff --git a/service/README.md b/service/README.md
index eadb1970..9da458f2 100644
--- a/service/README.md
+++ b/service/README.md
@@ -43,12 +43,6 @@ 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:
```