更新 readme

This commit is contained in:
whyour
2024-06-30 00:55:10 +08:00
parent 90fe63211d
commit c1ef021009
2 changed files with 6 additions and 10 deletions
+3 -5
View File
@@ -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