@@ -116,7 +116,7 @@ To install the built project, use:
116116cmake --install build/win32
117117```
118118
119- > [ !NOTE]
119+ > [ !NOTE]
120120> Replace the folder preset name as needed. This installs the executable project in the specified paths (see next
121121> section).
122122 <!-- markdownlint-disable-line -->
@@ -184,7 +184,7 @@ Replace the folder preset name as needed.
184184
185185## 7. ** Examples**
186186
187- 1 . ** Build Zero Hour with Debug Configuration and Tools:**
187+ ### ** Build Zero Hour with Debug Configuration and Tools:**
188188
189189To build the Zero Hour code along with its tools in debug mode, use the following command:
190190
@@ -199,7 +199,7 @@ cmake --build build/win32dbg
199199cmake --install build/win32dbg
200200```
201201<!-- markdownlint-disable-next-line -->
202- 2 . ** Build Only World Builder Tool:**
202+ ### ** Build Only World Builder Tool:**
203203
204204To build only the World Builder tool for Zero Hour, use the following command:
205205
@@ -214,7 +214,7 @@ cmake --build build/win32
214214cmake --install build/win32 --config Release
215215```
216216<!-- markdownlint-disable-next-line -->
217- 3 . ** Complete Build and Installation Process for Generals with Extras and Custom Path:**
217+ ### ** Build Generals with Extras and Custom Installation Path:**
218218
219219To build the Generals code with additional extras, configure the build for release, and then install the executable to a
220220custom directory, you can run the following commands in sequence:
0 commit comments