From c5cbe127d9e44f2075c7353e7eeac53f97b60c44 Mon Sep 17 00:00:00 2001 From: jasonchenwork Date: Mon, 7 Apr 2025 16:57:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 32d8509..79cf369 100644 --- a/README.md +++ b/README.md @@ -22,9 +22,9 @@ To build the application, follow these steps: ``` 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 - build.bat + dotnet build ``` ## Running the Application @@ -38,7 +38,7 @@ Once the application is built, you can run it using the following steps: 2. **Execute the application**: ```sh - DualScreenKTVPlayStation.exe + superstar_1.0.0.exe ``` ## Configuration @@ -65,7 +65,7 @@ For support, please open an issue in the GitHub repository or contact the mainta ## Authors -- **Steven Yu** - *Initial work* - [Your GitHub Profile](https: +- **Jason Chen** - *Initial work* - [Your GitHub Profile](https: ## Acknowledgments