From c7a18f9aa714ec17e29b86af47bfec36e12e620a Mon Sep 17 00:00:00 2001 From: wanhebin Date: Wed, 22 Feb 2023 22:19:36 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=BD=BF=E7=94=A8=E8=AF=B4?= =?UTF-8?q?=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fc7646c..e92f87f 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ $ cd clash-for-linux $ vim start.sh ``` - +
### 启动程序 @@ -39,8 +39,14 @@ $ cd clash-for-linux ```bash $ sh start.sh + +正在检测订阅地址... Clash订阅地址可访问! [ OK ] + +正在下载Clash配置文件... 配置文件config.yaml下载成功! [ OK ] + +正在启动Clash服务... 服务启动成功! [ OK ] Clash Dashboard 访问地址:http://IP:9090/ui @@ -79,8 +85,16 @@ https_proxy=http://127.0.0.1:7890 以上步鄹如果正常,说明服务clash程序启动成功,现在就可以体验高速下载github资源了。 +
+### 重启程序 +如果需要对Clash配置进行修改,请修改 `conf/config.yaml` 文件。然后运行 `restart.sh` 脚本进行重启。 + +> **注意:** +> 重启脚本 `restart.sh` 不会更新订阅信息。 + +
### 停止程序 @@ -124,6 +138,7 @@ $ proxy_off 此 Clash Dashboard 使用的是[yacd](https://github.com/haishanh/yacd)项目,详细使用方法请移步到yacd上查询。 +
# 常见问题