From c1ef0210094b4b67c3d4bc40f00d31cabd99152b Mon Sep 17 00:00:00 2001 From: whyour Date: Sun, 30 Jun 2024 00:55:10 +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 | 8 +++----- README.md | 8 +++----- 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/README-en.md b/README-en.md index f80b4d04..86a15ba7 100644 --- a/README-en.md +++ b/README-en.md @@ -48,7 +48,7 @@ docker pull whyour/qinglong:debian ### npm -The npm version supports `debian/ubuntu/centos/alpine` systems and requires `node/python3` to be installed. +The npm version supports `debian/ubuntu/alpine` systems and requires `node/npm/python3/pip3/pnpm` to be installed. ```bash npm i @whyour/qinglong @@ -105,15 +105,13 @@ podman run -dit \ docker.io/whyour/qinglong:latest ``` -### Local +### Npm -It is recommended to use a pure system installation to avoid losing the original system data, you need to install node/npm/python3/pip3 yourself +It is recommended to use a pure system installation to avoid losing the original system data, you need to install node/npm/python3/pip3/pnpm yourself ```bash # Debian/Ubuntu curl -sL https://deb.nodesource.com/setup_20.x | sudo -E bash - -# Centos -curl --silent --location https://rpm.nodesource.com/setup_20.x | sudo bash ``` ```bash diff --git a/README.md b/README.md index 434d01f6..f86a994e 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ docker pull whyour/qinglong:debian ### npm -npm 版本支持 `debian/ubuntu/centos/alpine` 系统,需要自行安装 `node/python3` +npm 版本支持 `debian/ubuntu/alpine` 系统,需要自行安装 `node/npm/python3/pip3/pnpm` ```bash npm i @whyour/qinglong @@ -107,15 +107,13 @@ podman run -dit \ docker.io/whyour/qinglong:latest ``` -### 本机 +### npm -建议使用纯净系统安装,避免系统原有数据丢失,需要自己安装 node/npm/python3/pip3 +建议使用纯净系统安装,避免系统原有数据丢失,需要自己安装 node/npm/python3/pip3/pnpm ```bash # Debian/Ubuntu curl -sL https://deb.nodesource.com/setup_20.x | sudo -E bash - -# Centos -curl --silent --location https://rpm.nodesource.com/setup_20.x | sudo bash ``` ```bash