docs: update README files with new cloning instructions and LLM configuration details

- Updated cloning URL in both EN_README.md and README.md to reflect the correct repository.
- Enhanced LLM configuration section in EN_README.md with recommended frontend setup and local deployment options.
- Improved formatting and clarity of setup instructions in README.md.
This commit is contained in:
bridge
2026-02-01 13:35:53 +08:00
parent 15bb9ca874
commit 4674cbe930
2 changed files with 27 additions and 23 deletions

View File

@@ -113,21 +113,21 @@
如果你已经安装了 Docker这是最简单的方式
# 1. 克隆项目
```bash
1. **克隆项目**
```bash
git clone https://github.com/AI-Cultivation/cultivation-world-simulator.git
cd cultivation-world-simulator
```
git clone https://github.com/AI-Cultivation/cultivation-world-simulator.git
cd cultivation-world-simulator
```
# 2. 启动服务(自动构建并运行)
```bash
docker-compose up -d --build
```
# 3. 访问应用
2. **启动服务(自动构建并运行)**
```bash
docker-compose up -d --build
```
前端:`http://localhost:8123`
后端 API`http://localhost:8002`
```
3. **访问应用**
前端:`http://localhost:8123`
后端 API`http://localhost:8002`
#### 方式二:手动安装运行