Updated Install in China (markdown)

master
GC Chen 2023-06-19 16:47:02 +08:00
parent 33a7586117
commit 989d1aafa4
1 changed files with 10 additions and 0 deletions

@ -4,3 +4,13 @@
1. 推荐从这里下载安装: 1. 推荐从这里下载安装:
https://gitee.com/neilpang/acme.sh https://gitee.com/neilpang/acme.sh
### 安装步骤:
根据 [How-to-install#3-or-git-clone-and-install](https://github.com/acmesh-official/acme.sh/wiki/How-to-install#3-or-git-clone-and-install)
```
git clone https://gitee.com/neilpang/acme.sh.git
cd acme.sh
./acme.sh --install -m my@example.com
```