Update README.MD

This commit is contained in:
dreamfly 2023-08-29 17:49:26 -05:00 committed by GitHub
parent 8e822c92eb
commit 97fb6b0344
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
```
- 打包