Update README.md

This commit is contained in:
ducbao414
2023-02-17 15:35:52 +07:00
committed by GitHub
parent 1e54a1f53d
commit 5fce372f7a

View File

@@ -1,4 +1,4 @@
### Yet another Windows XP in the browser, with a File System, programs, custom file picker and saver dialogs, 3rd-party program, etc.
### Yet another Windows XP in the browser, with a File System, programs, XP-style File Picker and Saver dialogs, 3rd-party program, etc.
## [🍭 win32.run](https://win32.run)
![License MIT](https://badgen.net/badge/license/MIT/green)
@@ -46,7 +46,7 @@ The dev server is at http://localhost:3000
```shell
npm run build
```
The build output location is win32.run/build
The build output location is win32.run-main/build
To preview the build
```shell
npm run preview
@@ -60,4 +60,6 @@ Put the build folder, package.json, package-lock.json on to the server, ```cd```
Finally, ```pm2 start build/index.js``` to start win32 at localhost:3000
# Documentation
If you're interested in expanding or customizing win32.run, please have a look at its documentation.
[![Please visit docs.win32.run](https://img.shields.io/badge/view-Documentation-blue?style=for-the-badge)](https://docs.win32.run)