docs(README): update quick start guide
add .env file declaration
Showing
1 changed file
with
3 additions
and
1 deletions
| @@ -218,7 +218,9 @@ BettaFish/ | @@ -218,7 +218,9 @@ BettaFish/ | ||
| 218 | 218 | ||
| 219 | ### 1. 启动项目 | 219 | ### 1. 启动项目 |
| 220 | 220 | ||
| 221 | -**运行命令:** 执行以下命令在**后台**启动所有服务: | 221 | +复制一份 `.env.example` 文件,命名为 `.env` ,并按需配置 `.env` 文件中的环境变量 |
| 222 | + | ||
| 223 | +执行以下命令在后台启动所有服务: | ||
| 222 | 224 | ||
| 223 | ```bash | 225 | ```bash |
| 224 | docker compose up -d | 226 | docker compose up -d |
-
Please register or login to post a comment