修改README.md

This commit is contained in:
jasonchenwork 2025-04-07 16:57:48 +08:00
parent 789cca123a
commit c5cbe127d9

View File

@ -22,9 +22,9 @@ To build the application, follow these steps:
``` ```
2. **Run the build script**: 2. **Run the build script**:
Execute the `build.bat` script to compile the application. This script will handle the compilation process and generate the necessary executable files. Execute the `dotnet build` script to compile the application. This script will handle the compilation process and generate the necessary executable files.
```sh ```sh
build.bat dotnet build
``` ```
## Running the Application ## Running the Application
@ -38,7 +38,7 @@ Once the application is built, you can run it using the following steps:
2. **Execute the application**: 2. **Execute the application**:
```sh ```sh
DualScreenKTVPlayStation.exe superstar_1.0.0.exe
``` ```
## Configuration ## Configuration
@ -65,7 +65,7 @@ For support, please open an issue in the GitHub repository or contact the mainta
## Authors ## Authors
- **Steven Yu** - *Initial work* - [Your GitHub Profile](https: - **Jason Chen** - *Initial work* - [Your GitHub Profile](https:
## Acknowledgments ## Acknowledgments