1
0
Fork 0
mirror of https://github.com/TheLartians/ModernCppStarter.git synced 2025-08-30 21:51:12 +02:00

update wording

This commit is contained in:
Lars Melchior 2020-08-11 11:07:15 +02:00
parent 66a8ab343a
commit 4b22f91682

View file

@ -69,7 +69,7 @@ To collect code coverage information, run CMake with the `-DENABLE_TEST_COVERAGE
### Run clang-format
Use the following commands from the project's root directory to check and fix C++ and CMake source style.
The targets require clang-format, cmake-format and pyyaml to be installed on the current system.
This requires _clang-format_, _cmake-format_ and _pyyaml_ to be installed on the current system.
```bash
cmake -Htest -Bbuild/test
@ -81,7 +81,7 @@ cmake --build build/test --target format
cmake --build build/test --target fix-format
```
See [Format.cmake](https://github.com/TheLartians/Format.cmake) for details and additional options.
See [Format.cmake](https://github.com/TheLartians/Format.cmake) for details.
### Build the documentation