From b5c6af64098d6ac636f6bba88cee742e8ac13fad Mon Sep 17 00:00:00 2001 From: hwdsl2 Date: Sat, 28 May 2022 15:06:10 -0500 Subject: [PATCH] Update docs --- README-zh.md | 4 ++++ README.md | 4 ++++ 2 files changed, 8 insertions(+) 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 ```