Commit 6253e163754a835b3cafd7cbaa5d2d4e96ce0bb3
Committed by
GitHub
1 parent
d4391129
Typo in readme link
Showing
1 changed file
with
1 additions
and
1 deletions
README.md
| ... | ... | @@ -62,7 +62,7 @@ As you probably have guessed, the list of features above are all covered by this |
| 62 | 62 | |
| 63 | 63 | To use, there are two methods: |
| 64 | 64 | |
| 65 | -1. Copy `CLI11.hpp` from the [most recent release][Github-releases] into your include directory, and you are set. This is combined from the source files for every release. This includes the entire command parser library, but does not include separate utilities (like `Timer`, `AutoTimer`). The utilities are completely self contained and can be copied separately. | |
| 65 | +1. Copy `CLI11.hpp` from the [most recent release][Github Releases] into your include directory, and you are set. This is combined from the source files for every release. This includes the entire command parser library, but does not include separate utilities (like `Timer`, `AutoTimer`). The utilities are completely self contained and can be copied separately. | |
| 66 | 66 | 2. Checkout the repository and add as a subdirectory for CMake. You can use the `CLI11` interface target when linking. (CMake 3.4+ recommended) Or, instead of explicitly downloading the library, use the `AddCLI.cmake` supplied in [CLIUtils cmake helpers][cltools-cmake]. |
| 67 | 67 | |
| 68 | 68 | To build the tests, checkout the repository and use CMake: | ... | ... |