From ddbe8324bece7adee361fc63c560849f4e4cf973 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Sun, 30 Mar 2025 11:36:19 +0800 Subject: [PATCH] =?UTF-8?q?README=E5=A2=9E=E5=8A=A0=E5=BC=80=E5=8F=91?= =?UTF-8?q?=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2813850e..8223b628 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ git clone https://github.com/jxxghp/MoviePilot ```shell git clone https://github.com/jxxghp/MoviePilot-Resources ``` -- 安装后端依赖,运行 `main.py` 启动后端服务,默认监听端口:`3001`,API文档地址:`http://localhost:3001/docs` +- 安装后端依赖,设置`app`为源代码根目录,运行 `main.py` 启动后端服务,默认监听端口:`3001`,API文档地址:`http://localhost:3001/docs` ```shell pip install -r requirements.txt python3 main.py