From 859b6b1c537a5104887db6835e4a08602cad8529 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=82=AE=E3=83=AA=E7=8C=AB?= Date: Tue, 26 Aug 2025 11:17:55 +0800 Subject: [PATCH] Update README.md add docker images and python version require. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f3cbe7f..b833625 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ ## 📦安装&▶启动 -以下提到的方法 任选**其一** 即可 +以下提到的方法 任选**其一** 即可 (确保你有Python 3.10或以上的环境)
uv @@ -48,6 +48,8 @@ docker build -t mcstatus-api . docker run --name mcstatus-api -p 8000:8000 -d mcstatus-api ``` +或者,你也可以使用这个编译好的镜像:registry.cn-guangzhou.aliyuncs.com/ineko-docker/mcstatus-api:latest +
## 🖊下一步计划