Update README.md

1
This commit is contained in:
juewuy
2020-09-15 20:53:43 +08:00
committed by GitHub
parent 1b0e620413
commit 56e89cf9b6

View File

@@ -22,7 +22,7 @@ sh -c "$(curl -kfsSl https://cdn.jsdelivr.net/gh/juewuy/ShellClash@latest/instal
```
其他Linux系统输入
```Shell
bash -c "$(curl -kfsSl https://cdn.jsdelivr.net/gh/juewuy/ShellClash@latest/install.sh)" && source /etc/profile &> /dev/null
bash -c "$(curl -kfsSl https://juewuy.xyz/clash/install.sh)" && source /etc/profile &> /dev/null
```
~安装完成管理脚本后,执行如下命令以运行管理脚本<br>
```Shell