From 469d5b6e05266e560b5a3ee74f0f0449a7aaf55b Mon Sep 17 00:00:00 2001 From: juewuy <61367819+juewuy@users.noreply.github.com> Date: Thu, 23 Jul 2020 23:01:45 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E7=AE=A1=E7=90=86=E8=84=9A?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 12b9aa9..37f667b 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ PS: •登陆SSH,并在SSH中用root用户执行下方的**对应命令**即可使用!
**首次安装** ```Shell +chmod 755 /bin #使bin目录可写 mv /etc/clash/clashservice /etc/init.d/clash #移动clash服务文件 mv /etc/clash/clashsh /bin/clash #移动clash管理脚本 chmod 777 /etc/clash/clash #授予权限