From 0b44a91493a22aa76f2dca175e9c4713a736d785 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Mon, 9 Oct 2023 21:33:53 +0800 Subject: [PATCH] fix README.md --- README.md | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2982c9a6..bb709804 100644 --- a/README.md +++ b/README.md @@ -33,11 +33,19 @@ MoviePilot需要配套下载器和媒体服务器配合使用。 ### 4. **安装MoviePilot** -目前仅提供docker镜像,点击 [这里](https://hub.docker.com/r/jxxghp/moviepilot) 或执行命令: +- Docker镜像 -```shell -docker pull jxxghp/moviepilot:latest -``` + 点击 [这里](https://hub.docker.com/r/jxxghp/moviepilot) 或执行命令: + + ```shell + docker pull jxxghp/moviepilot:latest + ``` + +- Window + + 后端:https://github.com/jxxghp/MoviePilot-Frontend/releases + + 前端:https://github.com/jxxghp/MoviePilot-Frontend/releases ## 配置