From 40cf6ea647cddc68464a2cee6f501ff844827491 Mon Sep 17 00:00:00 2001 From: RichardG867 Date: Fri, 13 Aug 2021 18:55:51 -0300 Subject: [PATCH] Fix build instruction linebreaks --- cp437/README.md | 4 ++-- pcireg/README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cp437/README.md b/cp437/README.md index 29771ff..5b08b0e 100644 --- a/cp437/README.md +++ b/cp437/README.md @@ -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`. diff --git a/pcireg/README.md b/pcireg/README.md index 4699f07..49323c2 100644 --- a/pcireg/README.md +++ b/pcireg/README.md @@ -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`.