docs: README.md

This commit is contained in:
dqzboy
2024-06-29 16:46:51 +08:00
parent c924c3aaf3
commit 771308e136
+4 -4
View File
@@ -58,10 +58,10 @@
## 📦 部署
### 通过项目脚本部署
```shell
# CentOS
yum -y install wget curl
# ubuntu
apt -y install wget curl
# CentOS && RHEL && Rocky
yum -y install curl
# ubuntu && debian
apt -y install curl
bash -c "$(curl -fsSL https://raw.githubusercontent.com/dqzboy/Docker-Proxy/main/install/DockerProxy_Install.sh)"
```