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:
26
README.md
26
README.md
@@ -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`
|
||||
|
||||
#### 方式二:手动安装运行
|
||||
|
||||
|
||||
Reference in New Issue
Block a user