Przeglądaj źródła

updated installation in readme

tags/v1.1.0
Robin Thoni 7 lat temu
rodzic
commit
3536d0d38b
1 zmienionych plików z 7 dodań i 2 usunięć
  1. 7
    2
      README.md

+ 7
- 2
README.md Wyświetl plik

@@ -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
 

Ładowanie…
Anuluj
Zapisz