From fe559299598015955b42cc282427939df103b298 Mon Sep 17 00:00:00 2001 From: whyour Date: Wed, 19 Jul 2023 21:02:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README-en.md | 18 ++++++++++++++++++ README.md | 18 ++++++++++++++++++ 2 files changed, 36 insertions(+) diff --git a/README-en.md b/README-en.md index c2895a7d..67c2acaf 100644 --- a/README-en.md +++ b/README-en.md @@ -35,6 +35,24 @@ Timed task management platform supporting Python3, JavaScript, Shell, Typescript - Support dark mode - Support cell phone operation +## Version +### docker + +The `latest` image is built on `alpine` and the `debian` image is built on `debian-slim`. If you need to use a dependency that is not supported by `alpine`, it is recommended that you use the `debian` image. + +```bash +docker pull whyour/qinglong:latest +docker pull whyour/qinglong:debian +``` + +### npm + +The npm version supports `debian/ubuntu/centos/alpine` systems and requires `node/python3` to be installed. + +```bash +npm i @whyour/qinglong +``` + ## Deployment ### Docker (Recommended) diff --git a/README.md b/README.md index 2c908984..48252498 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,24 @@ Timed task management platform supporting Python3, JavaScript, Shell, Typescript - 支持暗黑模式 - 支持手机端操作 +## 版本 +### docker + +`latest` 镜像是基于 `alpine` 构建,`debian` 镜像是基于 `debian-slim` 构建。如果需要使用 `alpine` 不支持的依赖,建议使用 `debian` 镜像 + +```bash +docker pull whyour/qinglong:latest +docker pull whyour/qinglong:debian +``` + +### npm + +npm 版本支持 `debian/ubuntu/centos/alpine` 系统,需要自行安装 `node/python3` + +```bash +npm i @whyour/qinglong +``` + ## 部署 ### docker (推荐)