Update README.md

This commit is contained in:
ClovertaTheTrilobita 2025-10-14 15:00:09 +03:00 committed by GitHub
parent c4d3fecc59
commit 949b79c34c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -185,6 +185,10 @@ pip install -r requirements.txt
- 勾选 `Add to PATH` 选项(自动配置环境变量) - 勾选 `Add to PATH` 选项(自动配置环境变量)
- 完成安装后重启终端使配置生效 - 完成安装后重启终端使配置生效
验证 Node.js 版本 验证 Node.js 版本
- **对于Debian/Ubuntu**
```shell
sudo apt install nodejs npm
```
#### 2. 验证安装结果 #### 2. 验证安装结果
```powershell ```powershell
npm -v npm -v