mirror of
https://github.com/hwdsl2/openvpn-install.git
synced 2026-01-11 19:06:18 +00:00
Update README
This commit is contained in:
10
README-zh.md
10
README-zh.md
@@ -19,14 +19,22 @@ sudo bash openvpn.sh
|
||||
|
||||
<details>
|
||||
<summary>
|
||||
你也可以使用 curl 下载。
|
||||
或者,你也可以使用以下命令。
|
||||
</summary>
|
||||
|
||||
你也可以使用 `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` 复制,然后粘贴到你喜欢的编辑器。
|
||||
</details>
|
||||
|
||||
|
||||
10
README.md
10
README.md
@@ -19,14 +19,22 @@ sudo bash openvpn.sh
|
||||
|
||||
<details>
|
||||
<summary>
|
||||
You may also use curl to download.
|
||||
Alternative commands.
|
||||
</summary>
|
||||
|
||||
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.
|
||||
</details>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user