From 131fd9fa68cda345e9ab65b4d449eb7abebfa577 Mon Sep 17 00:00:00 2001 From: Eeeros Date: Mon, 15 Jan 2024 13:43:27 +0800 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fe80a285a..fabd81f4a 100644 --- a/README.md +++ b/README.md @@ -16,9 +16,10 @@ if ($http_user_agent ~* "googlebot|Mediapartners-Google|bingbot|google-structure #### 依赖安装、运行 ```bash +npm install pm2 -g //装过就不用再执行此条 + // 依赖 npm install -npm install pm2 -g // 打包 npm run build