Skip to content

Commit 75d6dfe

Browse files
committed
Format Requirements in README.md for easier reading.
1 parent 23fbd23 commit 75d6dfe

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ The open-layered architecture framework, XMLFramework, includes:
3333
## Installation
3434

3535
### Requirements
36-
The app, xmlpipeline makes use of [CLI11](https://github.com/CLIUtils/CLI11) for its parsing command-line options. When cmake is run, the necessary files are downloaded to the subdirectory *external/*. On Windows devices, the download may be unsuccessful, due to your system settings. If this is the case, then download the file CLI11.hpp and save it in your build directory under *external/*.
36+
The app, xmlpipeline makes use of [CLI11](https://github.com/CLIUtils/CLI11) for its parsing command-line options. When cmake is run, the necessary files are downloaded to the subdirectory *external/*.
37+
38+
On Windows devices, the download may be unsuccessful, due to your system settings. If this is the case, then download the file CLI11.hpp and save it in your build directory under *external/*.
3739

3840
### Build
3941
*See [BUILD.md](https://github.com/bryceallendev/XML-Framework/blob/main/BUILD.md) file.*

0 commit comments

Comments
 (0)