Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
juewuy authored Sep 13, 2020
1 parent c604739 commit 1b0e620
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,14 @@
~确认路由器或设备已经开启SSH并获取root权限<br>
~使用SSH连接工具(如putty,JuiceSSH,mac终端)登陆路由器或设备的SSH管理界面<br>
~在SSH界面执行如下安装命令,并按照提示安装clash管理脚本<br>
openwrt输入:
```Shell
sh -c "$(curl -kfsSl https://cdn.jsdelivr.net/gh/juewuy/ShellClash@latest/install.sh)" && source /etc/profile &> /dev/null
```
其他Linux系统输入:
```Shell
bash -c "$(curl -kfsSl https://cdn.jsdelivr.net/gh/juewuy/ShellClash@latest/install.sh)" && source /etc/profile &> /dev/null
```
~安装完成管理脚本后,执行如下命令以运行管理脚本<br>
```Shell
clash
Expand All @@ -28,7 +33,7 @@ clash
--
~支持小米/红米全系使用官方系统或官方开发版系统的路由器设备(ac2100系列除外)<br>
~支持所有基于openwrt或使用openwrt二次开发的路由器设备<br>
~兼容各种运行标准Linux系统(如debian、centos等发行版系统)的设备<br>
~有限兼容各种运行标准Linux系统(如debian、centos等发行版系统)的设备<br>
~不兼容的Linux设备或CPU架构请提issue(提供设备名称及运行uname -a返回的设备核心信息)或前往TG群反馈<br>

更新日志:
Expand All @@ -44,7 +49,7 @@ https://github.com/juewuy/clash-for-Miwifi/releases
~Tun模式下clash服务可能会和路由器内置的网游加速器冲突,请谨慎同时使用<br>
~Redir模式暂不支持转发udp流量,外服游戏可能会受影响,外服游戏用户建议使用Tun模式<br>
~部分设备长时间使用会出现内存占用偏高——此为golang内存回收不及时导致,可以通过屏蔽p2p流量及设置每日定时重启核心以缓解<br>
~自建节点无法连接——在【clash功能设置】中打开【跳过本地证书验证】<br>
~节点无法连接——在【clash功能设置】中打开【跳过本地证书验证】<br>

友情推广:
--
Expand Down

0 comments on commit 1b0e620

Please sign in to comment.