From e2ae17fb6f9407c988ec5dd8cf391798f431f936 Mon Sep 17 00:00:00 2001 From: lerdb <62736171+lerdb@users.noreply.github.com> Date: Sun, 7 Jan 2024 16:11:25 +0800 Subject: [PATCH] docs: Update README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7c9321d..d139732 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,7 @@ flask版本即将停止支持,不建议使用 ```bash git clone https://github.com/lxmusics/lx-music-api-server-python.git # clone本项目 +cd lx-music-api-server-python # 进入项目目录 python -m pip install -r ./requirements.txt # 安装依赖 python main.py # 启动服务 ```