diff --git a/README-zh.md b/README-zh.md index 6e25cb4..6c7b0e3 100644 --- a/README-zh.md +++ b/README-zh.md @@ -31,6 +31,8 @@ wget https://get.vpnsetup.net -O vpn.sh && sudo sh vpn.sh 或者,你也可以使用以下命令。 +你也可以使用 `curl` 下载: + ```bash curl -fsSL https://get.vpnsetup.net -o vpn.sh && sudo sh vpn.sh ``` @@ -224,6 +226,8 @@ wget https://get.vpnsetup.net/upg -O vpnup.sh && sudo sh vpnup.sh 或者,你也可以使用以下命令。 +你也可以使用 `curl` 下载: + ```bash curl -fsSL https://get.vpnsetup.net/upg -o vpnup.sh && sudo sh vpnup.sh ``` diff --git a/README.md b/README.md index aba63f8..4a45300 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,8 @@ After setup, you may optionally install [OpenVPN](https://github.com/hwdsl2/open Alternative one-liners. +You may also use `curl` to download: + ```bash curl -fsSL https://get.vpnsetup.net -o vpn.sh && sudo sh vpn.sh ``` @@ -224,6 +226,8 @@ wget https://get.vpnsetup.net/upg -O vpnup.sh && sudo sh vpnup.sh Alternative one-liners. +You may also use `curl` to download: + ```bash curl -fsSL https://get.vpnsetup.net/upg -o vpnup.sh && sudo sh vpnup.sh ```