We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab1944e commit 9e0333aCopy full SHA for 9e0333a
doc.md
@@ -315,7 +315,12 @@ docker-compose pull && docker-compose up -d
315
316
```shell
317
# 此脚本对甲骨文非Ubuntu系统,CentOS9可能不兼容。建议网上手动搜索
318
+#curl
319
+bash <(curl -L -s https://ghproxy.com/https://raw.githubusercontent.com/NZESupB/reader/master/reader.sh)
320
+
321
+#wget
322
bash <(wget -qO- --no-check-certificate https://ghproxy.com/https://raw.githubusercontent.com/hectorqin/reader/master/reader.sh)
323
324
```
325
326
## Nginx反向代理(如果有域名可以考虑80端口复用)
0 commit comments