Browse Source

updated installation in readme

tags/v1.1.0
Robin Thoni 7 years ago
parent
commit
3536d0d38b
1 changed files with 7 additions and 2 deletions
  1. 7
    2
      README.md

+ 7
- 2
README.md View File

18
 
18
 
19
 `pip install -U certbot`
19
 `pip install -U certbot`
20
 
20
 
21
-Install certbot-pdns from sources:
21
+Install certbot-pdns:
22
 
22
 
23
-`python setup.py install`
23
+```
24
+#Install from pip
25
+pip2 install certbot-pdns
26
+#Install from sources
27
+python setup.py install
28
+```
24
 
29
 
25
 Check that `certbot-pdns:auth` is listed when executing `certbot --text plugins`
30
 Check that `certbot-pdns:auth` is listed when executing `certbot --text plugins`
26
 
31
 

Loading…
Cancel
Save