diff --git a/README.md b/README.md index 7b137a8..91515ba 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ opkg update && opkg install curl ##### ~Use curl:
```Shell -#By github +#By github-CDN 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 diff --git a/README_CN.md b/README_CN.md index d22ae68..6b4836f 100644 --- a/README_CN.md +++ b/README_CN.md @@ -47,7 +47,7 @@ opkg update && opkg install curl #如已安装请忽略 ~**使用curl安装**:
```Shell -#github直连 +#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