更新 readme

This commit is contained in:
whyour
2024-01-25 23:54:03 +08:00
parent 8128fb8a9f
commit 7bc5ff01a6
2 changed files with 16 additions and 2 deletions
+8 -1
View File
@@ -165,6 +165,13 @@ podman run -dit \
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
```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
npm install -g @whyour/qinglong
qinglong
@@ -178,7 +185,7 @@ qinglong
## Development
```bash
$ git clone git@github.com:whyour/qinglong.git
$ git clone https://github.com/whyour/qinglong.git
$ cd qinglong
$ cp .env.example .env
# Recommended use pnpm https://pnpm.io/zh/installation