From 97fb6b0344c7ab106d12ef6f5f13f5453ac8e25f Mon Sep 17 00:00:00 2001 From: dreamfly <420443292@qq.com> Date: Tue, 29 Aug 2023 17:49:26 -0500 Subject: [PATCH] Update README.MD --- README.MD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.MD b/README.MD index 5883873..8ac031b 100644 --- a/README.MD +++ b/README.MD @@ -15,12 +15,13 @@ ## 自行构建Electron应用程序 - 环境要求 - - Linux、MacOs、Windows + - Linux、MacOs - python3、nodejs、npm - 开发环境 ```sh - cd um-react && npm install --frozen-lockfile & npm install + cd um-react && npm install --frozen-lockfile + cd ../ && npm install npm run start / npm run dev ``` - 打包