diff --git a/README-zh.md b/README-zh.md
index 8e0b676..8ed02cb 100644
--- a/README-zh.md
+++ b/README-zh.md
@@ -19,11 +19,9 @@ sudo bash openvpn.sh
-或者,你也可以使用以下命令。
+你也可以使用 curl 下载。
-你也可以使用 `curl` 下载:
-
```bash
curl -fL https://get.vpnsetup.net/ovpn -o openvpn.sh
sudo bash openvpn.sh
@@ -32,12 +30,16 @@ 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 上可用。
-
\* 一个云服务器,虚拟专用服务器 (VPS) 或者专用服务器。
+## 下一步
+
+安装完成后,你可以再次运行脚本来管理用户或者卸载 OpenVPN。
+
+[OpenVPN 客户端](https://openvpn.net/vpn-client/) 在 Windows, macOS, iOS, Android 和 Linux 上可用。要添加 VPN 连接,请将生成的 `.ovpn` 文件安全地传送到你的设备,然后打开 OpenVPN 应用程序并导入 VPN 配置文件。
+
+开始使用自己的专属 VPN! :sparkles::tada::rocket::sparkles:
+
## 致谢
此脚本基于 [Nyr 和 contributors](https://github.com/Nyr/openvpn-install) 的出色工作,并进行了增强和更改以与 [Setup IPsec VPN](https://github.com/hwdsl2/setup-ipsec-vpn) 项目兼容。
diff --git a/README.md b/README.md
index 82c5f09..c4c3f0f 100644
--- a/README.md
+++ b/README.md
@@ -19,11 +19,9 @@ sudo bash openvpn.sh
-Alternative one-liner.
+You may also use curl to download.
-You may also use `curl` to download:
-
```bash
curl -fL https://get.vpnsetup.net/ovpn -o openvpn.sh
sudo bash openvpn.sh
@@ -32,11 +30,15 @@ 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.
+\* A cloud server, virtual private server (VPS) or dedicated server.
+
+## Next steps
+
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.
+[OpenVPN clients](https://openvpn.net/vpn-client/) are available for Windows, macOS, iOS, Android and Linux. To add a VPN connection, securely transfer the generated `.ovpn` file to your device, then open the OpenVPN App and import the VPN profile.
-\* A cloud server, virtual private server (VPS) or dedicated server.
+Enjoy your very own VPN! :sparkles::tada::rocket::sparkles:
## Credits