From: neil Date: Thu, 14 Apr 2016 14:27:51 +0000 (+0800) Subject: Install from get.acme.sh X-Git-Tag: 2.8.6~661 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=b0515cf8c0109548498e965b9b9fbcac1893b350;p=mirror_acme.sh.git Install from get.acme.sh --- diff --git a/README.md b/README.md index 4c6e2b55..e9c08865 100644 --- 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 ```