From 48c095a0742076e7b178d8e8aa70c40f5a68dbf5 Mon Sep 17 00:00:00 2001 From: YANGJINZE Date: Tue, 10 Jun 2025 10:40:39 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=9B=B4=E6=96=B0README=EF=BC=8C?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=A4=87=E7=94=A8=E5=AE=89=E8=A3=85=E6=96=B9?= =?UTF-8?q?=E5=BC=8F=E7=9A=84=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1fe63ef..219d5eb 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,11 @@ curl -sSO http://download.allinssl.com/install_allinssl.sh && bash install_allinssl.sh allinssl ``` +### 极速安装(备用) +```bash +curl -sSO https://cnb.cool/allinssl/install.sh/-/git/raw/main/install_allinssl.sh && bash install_allinssl.sh allinssl +``` + ### Docker安装 ```bash docker run -itd \ @@ -196,7 +201,7 @@ allinssl 17: 卸载ALLinSSL 🗑️ ## 🤝 参与贡献 欢迎通过以下方式参与项目: -1. 提交Issue报告问题 🐛 +1. 提交Issue报告问题 2. 发起Pull Request改进代码 💻 3. 完善项目文档 📖 4. 分享使用案例 ✨