diff --git a/EN_README.md b/EN_README.md index 2ad0f44..edbdd0d 100644 --- a/EN_README.md +++ b/EN_README.md @@ -105,6 +105,24 @@ You can also join the QQ group for discussion: 1071821688. Verification answer: ## 🚀 Usage ### ⚙️ Run Steps + +#### Option 1: Docker Compose (Recommended) + +If you have Docker installed, this is the easiest way: + +1. **Clone the repo** + ```bash + git clone https://github.com/AI-Cultivation/cultivation-world-simulator.git + cd cultivation-world-simulator + ``` + +2. **Start Service (Auto build & run)** + ```bash + docker-compose up -d --build + ``` + +#### Option 2: Manual Installation + 1. Clone the repo: ```bash git clone https://github.com/AI-Cultivation/cultivation-world-simulator.git @@ -146,6 +164,11 @@ You can also join the QQ group for discussion: 1071821688. Verification answer: ``` The browser will automatically open the web frontend. +### 🌐 Access Application + +Frontend: `http://localhost:8123` +Backend API: `http://localhost:8002` + ## 📊 Project Status diff --git a/README.md b/README.md index 2a1a019..96b5ce2 100644 --- a/README.md +++ b/README.md @@ -124,11 +124,6 @@ docker-compose up -d --build ``` -3. **访问应用** - - 前端:`http://localhost:8123` - 后端 API:`http://localhost:8002` - #### 方式二:手动安装运行 1. 克隆项目到本地: @@ -171,6 +166,13 @@ ``` 浏览器会自动打开网页前端。 +### 🌐 访问应用 + +无论使用哪种方式运行,启动后都可以通过以下地址访问: + +前端:`http://localhost:8123` +后端 API:`http://localhost:8002` + ## 📊 项目状态