Fix build instruction linebreaks

This commit is contained in:
RichardG867
2021-08-13 18:55:51 -03:00
parent 9fb92f1bc7
commit 40cf6ea647
2 changed files with 4 additions and 4 deletions

View File

@@ -13,5 +13,5 @@ Building
--------
This tool is automatically built as needed by the build scripts for other tools. Alternatively:
**Windows:** Run `build.bat` from an OpenWatcom "Build Environment" command prompt.
**Linux:** Run `./build.sh` with OpenWatcom on `$PATH`.
* **Windows:** Run `build.bat` from an OpenWatcom "Build Environment" command prompt.
* **Linux:** Run `./build.sh` with OpenWatcom on `$PATH`.

View File

@@ -28,5 +28,5 @@ Register dumps are saved to PCIbbddf.BIN where bb=bus, dd=device, f=function.
Building
--------
**Windows:** Run `build.bat` from an OpenWatcom "Build Environment" command prompt.
**Linux:** Run `./build.sh` with OpenWatcom on `$PATH`.
* **Windows:** Run `build.bat` from an OpenWatcom "Build Environment" command prompt.
* **Linux:** Run `./build.sh` with OpenWatcom on `$PATH`.