Quellcode durchsuchen

updated installation in readme

tags/v1.1.0
Robin Thoni vor 7 Jahren
Ursprung
Commit
3536d0d38b
1 geänderte Dateien mit 7 neuen und 2 gelöschten Zeilen
  1. 7
    2
      README.md

+ 7
- 2
README.md Datei anzeigen

@@ -18,9 +18,14 @@ Install or upgrade certbot:
18 18
 
19 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 30
 Check that `certbot-pdns:auth` is listed when executing `certbot --text plugins`
26 31
 

Laden…
Abbrechen
Speichern