typo: 2.2-DEVELOPMENT.md

This commit is contained in:
David
2023-08-04 21:36:23 +02:00
committed by GitHub
parent 97a174aa9f
commit adae413e0d

View File

@@ -23,7 +23,7 @@
1. Download and install `Visual Studio 2022 Community`. Select `Desktop development with C++` and `.NET Desktop Development`.
6. Double-click to open the file `MAA.sln`. Visual Studio will load the project automatically.
7. Run a build to test whether the development environment has been configured correctly. Chosse `Release` & `x64`, right-click `MaaWpfGui` to set it as the startup project, and run it. If the build is successful, the `MaaWpfGui` window will appear. You can connect to the emulator in order to confirm again that the development environment has been configured correctly.
7. Run a build to test whether the development environment has been configured correctly. Choose `Release` & `x64`, right-click `MaaWpfGui` to set it as the startup project, and run it. If the build is successful, the `MaaWpfGui` window will appear. You can connect to the emulator in order to confirm again that the development environment has been configured correctly.
8. Now you are free to contribute to MAA.
9. Remember to commit once you have proper number of changes. Don't forget to write a commit message.