chore: remove test development version instructions from README

This commit is contained in:
baoweise-bot
2026-06-09 01:23:39 +08:00
parent 676188ca1a
commit 5820085e27
-11
View File
@@ -25,12 +25,6 @@ AimiliVPN 是一款基于官方 VPNGate 开放协议的高性能、零依赖 VPN
```bash
bash <(curl -Ls https://raw.githubusercontent.com/baoweise-bot/aimili-vpngate/main/install.sh)
```
#### 🧪 测试开发版本 (bate 分支)
```bash
bash <(curl -Ls https://raw.githubusercontent.com/baoweise-bot/aimili-vpngate/bate/install.sh)
```
> 💡 **小贴士**:部署完成后,终端会输出管理网页的专属链接(含随机安全后缀,如 `http://your_vps_ip:8787/u71e9IXp4TPx`)。在终端中输入 `ml` 命令可以随时调出交互式命令行管理菜单。
---
@@ -149,11 +143,6 @@ Run the corresponding command on your Linux VPS as root:
bash <(curl -Ls https://raw.githubusercontent.com/baoweise-bot/aimili-vpngate/main/install.sh)
```
#### 🧪 Beta / Development (bate branch)
```bash
bash <(curl -Ls https://raw.githubusercontent.com/baoweise-bot/aimili-vpngate/bate/install.sh)
```
> 💡 **Quick Note**: Once installed, copy the printed URL from the terminal to access the Web UI. Type the `ml` command in the terminal to summon the interactive CLI management console.
---