diff --git a/README.md b/README.md
index ddf431f..ea70a75 100644
--- a/README.md
+++ b/README.md
@@ -42,7 +42,7 @@ export url='https://raw.githubusercontent.com/juewuy/ShellClash/master' && sh -c
#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/' && wget -q -O /tmp/install.sh $url/install.sh && sh /tmp/install.sh && source /etc/profile &> /dev/null
+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 078d256..847b890 100644
--- a/README_CN.md
+++ b/README_CN.md
@@ -52,7 +52,7 @@ export url='https://raw.githubusercontent.com/juewuy/ShellClash/master' && sh -c
#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/' && wget -q -O /tmp/install.sh $url/install.sh && sh /tmp/install.sh && source /etc/profile &> /dev/null
+export url='http://shellclash.ga/' && sh -c "$(curl -kfsSl $url/install.sh)" && source /etc/profile &> /dev/null
```
~**使用wget安装**: