From 949b79c34c2037509ee2232a436ebd5f3caddd7f Mon Sep 17 00:00:00 2001 From: ClovertaTheTrilobita <168412973+ClovertaTheTrilobita@users.noreply.github.com> Date: Tue, 14 Oct 2025 15:00:09 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index eca3d38..47e721e 100644 --- a/README.md +++ b/README.md @@ -185,6 +185,10 @@ pip install -r requirements.txt - 勾选 `Add to PATH` 选项(自动配置环境变量) - 完成安装后重启终端使配置生效 验证 Node.js 版本 +- **对于Debian/Ubuntu** + ```shell + sudo apt install nodejs npm + ``` #### 2. 验证安装结果 ```powershell npm -v