readme
This commit is contained in:
13
README.md
13
README.md
@@ -31,7 +31,14 @@ upc_resent/
|
|||||||
|
|
||||||
## 快速开始
|
## 快速开始
|
||||||
|
|
||||||
### 1. 配置设备
|
### 1. 克隆仓库
|
||||||
|
|
||||||
|
```bash
|
||||||
|
git clone https://git.yuyujing.cn/zj/UPC-Resent/
|
||||||
|
cd UPC-Resent
|
||||||
|
```
|
||||||
|
|
||||||
|
### 2. 配置设备
|
||||||
|
|
||||||
编辑 `config/devices.json`:
|
编辑 `config/devices.json`:
|
||||||
|
|
||||||
@@ -80,7 +87,7 @@ upc_resent/
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
### 2. 生成代码
|
### 3. 生成代码
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# 检查配置是否正确
|
# 检查配置是否正确
|
||||||
@@ -90,7 +97,7 @@ python3 scripts/generate.py --check
|
|||||||
python3 scripts/generate.py
|
python3 scripts/generate.py
|
||||||
```
|
```
|
||||||
|
|
||||||
### 3. 部署与启动
|
### 4. 部署与启动
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# 查看服务状态
|
# 查看服务状态
|
||||||
|
|||||||
Reference in New Issue
Block a user