diff --git a/README.md b/README.md index bb589e8..87dd0c4 100644 --- a/README.md +++ b/README.md @@ -37,12 +37,12 @@ opkg update && opkg install curl ##### ~Use curl:
```Shell -#by github-CDN +#by ghproxy.com +export url='https://ghproxy.com/https://raw.githubusercontent.com/juewuy/ShellClash/master' && sh -c "$(curl -kfsSl $url/install.sh)" && source /etc/profile &> /dev/null +#by github export url='https://raw.githubusercontent.com/juewuy/ShellClash/master' && sh -c "$(curl -kfsSl $url/install.sh)" && source /etc/profile &> /dev/null #by jsdelivrCDN export url='https://cdn.jsdelivr.net/gh/juewuy/ShellClash@master' && sh -c "$(curl -kfsSl $url/install.sh)" && source /etc/profile &> /dev/null -#by myserver -export url='http://shellclash.ga/' && sh -c "$(curl -kfsSl $url/install.sh)" && source /etc/profile &> /dev/null ``` ##### ~Use wget:
diff --git a/README_CN.md b/README_CN.md index 27f6bfa..0e08dbf 100644 --- a/README_CN.md +++ b/README_CN.md @@ -47,12 +47,12 @@ opkg update && opkg install curl #如已安装请忽略 ~**使用curl安装**:
```Shell +#ghproxy.com加速 +export url='https://ghproxy.com/https://raw.githubusercontent.com/juewuy/ShellClash/master' && sh -c "$(curl -kfsSl $url/install.sh)" && source /etc/profile &> /dev/null #github-CDN源 export url='https://raw.githubusercontent.com/juewuy/ShellClash/master' && sh -c "$(curl -kfsSl $url/install.sh)" && source /etc/profile &> /dev/null #jsdelivrCDN源 export url='https://cdn.jsdelivr.net/gh/juewuy/ShellClash@master' && sh -c "$(curl -kfsSl $url/install.sh)" && source /etc/profile &> /dev/null -#作者私人http源 -export url='http://shellclash.ga/' && sh -c "$(curl -kfsSl $url/install.sh)" && source /etc/profile &> /dev/null ``` ~**使用wget安装**: