From 9d82fad3ca2dddd24fed431e95db4ea506c24e98 Mon Sep 17 00:00:00 2001 From: hwdsl2 Date: Sat, 28 May 2022 15:17:34 -0500 Subject: [PATCH] Update README --- README-zh.md | 15 +++++++++++++++ README.md | 15 +++++++++++++++ 2 files changed, 30 insertions(+) diff --git a/README-zh.md b/README-zh.md index 42d618e..8e0b676 100644 --- a/README-zh.md +++ b/README-zh.md @@ -17,6 +17,21 @@ wget https://get.vpnsetup.net/ovpn -O openvpn.sh sudo bash openvpn.sh ``` +
+ +或者,你也可以使用以下命令。 + + +你也可以使用 `curl` 下载: + +```bash +curl -fL https://get.vpnsetup.net/ovpn -o openvpn.sh +sudo bash openvpn.sh +``` + +如果无法下载,打开 [openvpn-install.sh](openvpn-install.sh),然后点击右边的 `Raw` 按钮。按快捷键 `Ctrl/Cmd+A` 全选,`Ctrl/Cmd+C` 复制,然后粘贴到你喜欢的编辑器。 +
+ 安装完成后,你可以再次运行脚本来管理用户或卸载 OpenVPN。 [OpenVPN 客户端](https://openvpn.net/vpn-client/) 在 Windows, macOS, iOS, Android 和 Linux 上可用。 diff --git a/README.md b/README.md index 3471cc9..82c5f09 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,21 @@ wget https://get.vpnsetup.net/ovpn -O openvpn.sh sudo bash openvpn.sh ``` +
+ +Alternative one-liner. + + +You may also use `curl` to download: + +```bash +curl -fL https://get.vpnsetup.net/ovpn -o openvpn.sh +sudo bash openvpn.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. +
+ After setup, you can run the script again to manage users or uninstall OpenVPN. [OpenVPN clients](https://openvpn.net/vpn-client/) are available for Windows, macOS, iOS, Android and Linux.