Skip to content

Commit

Permalink
Format Requirements in README.md for easier reading.
Browse files Browse the repository at this point in the history
  • Loading branch information
bryceallendev committed May 25, 2021
1 parent 23fbd23 commit 75d6dfe
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ The open-layered architecture framework, XMLFramework, includes:
## Installation

### Requirements
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/*.
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/*.

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

0 comments on commit 75d6dfe

Please sign in to comment.