]> git.proxmox.com Git - mirror_acme.sh.git/commitdiff
Install from get.acme.sh
authorneil <git@byneil.com>
Thu, 14 Apr 2016 14:27:51 +0000 (22:27 +0800)
committerneil <git@byneil.com>
Thu, 14 Apr 2016 14:27:51 +0000 (22:27 +0800)
README.md

index 4c6e2b552719ec96a7f6ad22d009d8f5da25ff44..e9c088653b62b773a0fa87f6592ad2b81f3e6735 100644 (file)
--- a/README.md
+++ b/README.md
@@ -52,14 +52,16 @@ Nothing broken.
 
 ### 1. Install online:
 
+Check this project:https://github.com/Neilpang/get.acme.sh
+
 ```
-curl https://raw.githubusercontent.com/Neilpang/acme.sh/master/acme.sh | INSTALLONLINE=1  bash
+curl https://get.acme.sh | bash
 
 ```
 
 Or:
 ```
-wget -O -  https://raw.githubusercontent.com/Neilpang/acme.sh/master/acme.sh | INSTALLONLINE=1  bash
+wget -O -  https://get.acme.sh | bash
 
 ```