Skip to content

Commit

Permalink
modify read.me
Browse files Browse the repository at this point in the history
  • Loading branch information
ouyangkang committed Feb 23, 2024
1 parent 07d230e commit 3a93108
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## 项目启动说明

安装 loco
- 安装 loco

```
cargo install loco-cli
Expand All @@ -13,3 +13,9 @@ cargo install sea-orm-cli
```

本地启动需要替换 config/development.yml 文件中的 database.url 配置。 可以自行 docker 启动 mysql 和 redis 进行配置替换即可

- 项目启动

```
cargo loco start
```

0 comments on commit 3a93108

Please sign in to comment.