From 4454be44c389572e2f28675e635b79681a11c5d7 Mon Sep 17 00:00:00 2001 From: ageerle <32251822+ageerle@users.noreply.github.com> Date: Tue, 13 May 2025 14:40:27 +0800 Subject: [PATCH] Update README.md --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index 4aff8d35..cfb13aaa 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,23 @@ 提出新特性

+## 快速启动 + +1. **克隆项目** + ```bash + git clone https://github.com/alanpeng/ruoyi-ai-docker-deploy + cd ruoyi-ai-docker-deploy + ``` + +2. **启动全套应用** + ```bash + docker-compose up -d + ``` + +3. **访问应用界面** + - 用户界面:`http://your-server-ip:8081` + - 管理员界面:`http://your-server-ip:8082` + ## 目录 - [系统体验](#系统体验)