Update README.md

add docker images and python version require.
This commit is contained in:
GiriNeko 2025-08-26 11:17:55 +08:00 committed by GitHub
parent 7346b1f772
commit 859b6b1c53
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,7 +10,7 @@
## 📦安装&▶启动
以下提到的方法 任选**其一** 即可
以下提到的方法 任选**其一** 即可 确保你有Python 3.10或以上的环境)
<details open>
<summary>uv</summary>
@ -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
</details>
## 🖊下一步计划