Skip to content

Commit 91799d0

Browse files
zapb-0borneoa
authored andcommitted
README.Windows: Avoid multiple top-level headings
Refactor the document structure to avoid multiple top-level headings in the same file. The document is now free of Markdown linter [1] errors. [1] https://github.com/jackdewinter/pymarkdown Change-Id: I70122453c23c6230617c72d45986c88bb646edf5 Signed-off-by: Marc Schink <dev@zapb.de> Reviewed-on: https://review.openocd.org/c/openocd/+/9402 Tested-by: jenkins Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
1 parent 7d6f3ed commit 91799d0

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.Windows.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
# Building OpenOCD for Windows
1+
# OpenOCD for Windows
2+
3+
This README contains instructions that are specific to Windows.
4+
5+
## Building
26

37
You can build OpenOCD for Windows natively with either MinGW-w64/MSYS
48
or Cygwin (plain MinGW might work with `--disable-werror` but is not
@@ -9,7 +13,7 @@ host. See [README](README.md) for the generic instructions.
913
Also, the MSYS2 project provides both ready-made binaries and an easy
1014
way to self-compile from their software repository out of the box.
1115

12-
# USB adapters
16+
## USB adapters
1317

1418
For the adapters that use a HID-based protocol, e.g. CMSIS-DAP, you do
1519
not need to perform any additional configuration.

0 commit comments

Comments
 (0)