更新 README

This commit is contained in:
2024-02-05 21:27:27 +08:00
parent 0693bd97ca
commit 2c78af46b6
3 changed files with 14 additions and 10 deletions

View File

@@ -3,11 +3,11 @@
## 开发
1. 依赖环境
- Node.js v16.20.2
- Node.js v18.19.0
- volta
1. 建议使用 [volta](https://volta.sh/) 安装 [Node.js](https://nodejs.org/)
```sh
volta install node@16
volta install node@18
```
2. 安装依赖
```sh