From 1f0528413b9766c9b7acf168e327156ac44c2821 Mon Sep 17 00:00:00 2001 From: hwdsl2 Date: Fri, 3 Jun 2022 08:29:43 -0500 Subject: [PATCH] Update README --- README-zh.md | 10 +++++++++- README.md | 10 +++++++++- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/README-zh.md b/README-zh.md index 8ed02cb..396e658 100644 --- a/README-zh.md +++ b/README-zh.md @@ -19,14 +19,22 @@ sudo bash openvpn.sh
-你也可以使用 curl 下载。 +或者,你也可以使用以下命令。 +你也可以使用 `curl` 下载: + ```bash curl -fL https://get.vpnsetup.net/ovpn -o openvpn.sh sudo bash openvpn.sh ``` +或者,你也可以使用这个链接: + +```bash +https://github.com/hwdsl2/openvpn-install/raw/master/openvpn-install.sh +``` + 如果无法下载,打开 [openvpn-install.sh](openvpn-install.sh),然后点击右边的 `Raw` 按钮。按快捷键 `Ctrl/Cmd+A` 全选,`Ctrl/Cmd+C` 复制,然后粘贴到你喜欢的编辑器。
diff --git a/README.md b/README.md index c4c3f0f..306c0df 100644 --- a/README.md +++ b/README.md @@ -19,14 +19,22 @@ sudo bash openvpn.sh
-You may also use curl to download. +Alternative commands. +You may also use `curl` to download: + ```bash curl -fL https://get.vpnsetup.net/ovpn -o openvpn.sh sudo bash openvpn.sh ``` +Alternative setup URL: + +```bash +https://github.com/hwdsl2/openvpn-install/raw/master/openvpn-install.sh +``` + If you are unable to download, open [openvpn-install.sh](openvpn-install.sh), then click the `Raw` button on the right. Press `Ctrl/Cmd+A` to select all, `Ctrl/Cmd+C` to copy, then paste into your favorite editor.