瀏覽代碼

updated installation in readme

tags/v1.1.0
Robin Thoni 7 年之前
父節點
當前提交
3536d0d38b
共有 1 個文件被更改,包括 7 次插入2 次删除
  1. 7
    2
      README.md

+ 7
- 2
README.md 查看文件

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

Loading…
取消
儲存