diff --git a/README-zh.md b/README-zh.md index cd5f376..e952229 100644 --- a/README-zh.md +++ b/README-zh.md @@ -14,7 +14,7 @@ 在你的 Linux 服务器\* 上运行脚本,并按提示操作。 -**选项 1:** 使用默认选项自动安装。 +**选项 1:** 使用默认选项自动安装 WireGuard。 ```bash wget https://get.vpnsetup.net/wg -O wireguard.sh @@ -38,7 +38,7 @@ sudo bash wireguard.sh ```bash # 下载脚本 curl -fL https://get.vpnsetup.net/wg -o wireguard.sh -# 选项 1: 使用默认选项自动安装 +# 选项 1: 使用默认选项自动安装 WireGuard sudo bash wireguard.sh --auto # 选项 2: 使用自定义选项进行交互式安装 sudo bash wireguard.sh diff --git a/README.md b/README.md index 3db98a0..f02172c 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ WireGuard VPN server installer for Ubuntu, Debian, AlmaLinux, Rocky Linux, CentO This script will let you set up your own VPN server in just a few minutes, even if you haven't used WireGuard before. [WireGuard](https://www.wireguard.com) is a fast and modern VPN designed with the goals of ease of use and high performance. -A video tutorial in Spanish is available: [Install OpenVPN/WireGuard on Ubuntu 20.04](https://www.youtube.com/watch?v=99qtaJU2E2k). +Video tutorial (Spanish): [Install OpenVPN/WireGuard on Ubuntu 20.04](https://www.youtube.com/watch?v=99qtaJU2E2k). [**» See also: OpenVPN Server Auto Setup Script**](https://github.com/hwdsl2/openvpn-install) @@ -14,7 +14,7 @@ A video tutorial in Spanish is available: [Install OpenVPN/WireGuard on Ubuntu 2 Run the script on your Linux server\* and follow the prompts. -**Option 1:** Auto install using default options. +**Option 1:** Auto install WireGuard using default options. ```bash wget https://get.vpnsetup.net/wg -O wireguard.sh @@ -38,7 +38,7 @@ You may also use `curl` to download: ```bash # Download the script curl -fL https://get.vpnsetup.net/wg -o wireguard.sh -# Option 1: Auto install using default options +# Option 1: Auto install WireGuard using default options sudo bash wireguard.sh --auto # Option 2: Interactive install using custom options sudo bash wireguard.sh