From c2cc3780ecc75f6e3b943d10680cd73db772fe61 Mon Sep 17 00:00:00 2001 From: baoweise Date: Fri, 29 May 2026 14:10:15 +0800 Subject: [PATCH] docs: update project documentation in README.md --- README.md | 35 ++++++++++++++++++++++++++++++++--- 1 file changed, 32 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f16119a..1d92af2 100644 --- a/README.md +++ b/README.md @@ -4,17 +4,46 @@ Bilingual: [中文](#中文) | [English](#english) --- -## 中文 + +## 中文 (Chinese) +### 📢 官方交流与反馈 [![Telegram](https://img.shields.io/badge/TG交流群-arestemple-2CA5E0?style=flat-square&logo=telegram&logoColor=white)](https://t.me/arestemple) [![Forum](https://img.shields.io/badge/交流论坛-339936.xyz-orange?style=flat-square&logo=discourse&logoColor=white)](https://339936.xyz) [![YouTube](https://img.shields.io/badge/视频教程-YouTube-red?style=flat-square&logo=youtube&logoColor=white)](https://www.youtube.com/watch?v=s-ATfXR8BpI) [![Email](https://img.shields.io/badge/Bug反馈-yaohunse7@gmail.com-red?style=flat-square&logo=gmail&logoColor=white)](mailto:yaohunse7@gmail.com) ---- +### 🚀 一键极速部署 (支持 Debian/Ubuntu/CentOS/Alpine 等多系统) +在您的 Linux VPS 上以 root 用户执行以下命令: + +```bash bash <(curl -Ls https://raw.githubusercontent.com/baoweise-bot/aimili-vpngate/bate/install.sh) +``` + +> 💡 **小贴士**:部署完成后,您可以直接在浏览器中访问生成的管理网页。在终端中输入 `ml` 命令可以随时调出交互式管理菜单。 + +⚠️ *此版本为测试版本,非开发人员请勿尝试,这可能会造成您的数据永久丢失!* --- -此版本为测试版本,非开发人员请勿尝试,这可能会造成您的数据永久丢失! \ No newline at end of file + +## English + +### 📢 Community & Feedback +- **Telegram Group**: [arestemple](https://t.me/arestemple) +- **Discussion Forum**: [339936.xyz](https://339936.xyz) +- **Video Tutorial**: [YouTube Guide](https://www.youtube.com/watch?v=s-ATfXR8BpI) +- **Email Contact**: yaohunse7@gmail.com + +### 🚀 One-Click Installation + +Run the following command on your Linux VPS as root: + +```bash +bash <(curl -Ls https://raw.githubusercontent.com/baoweise-bot/aimili-vpngate/bate/install.sh) +``` + +> 💡 **Quick Note**: Once installed, check the terminal output for the web management portal URL. Type the `ml` command in the terminal to open the interactive command console. + +⚠️ *This is a beta version. Please do not try it unless you are a developer, as it may result in data loss!* \ No newline at end of file