mirror of
https://github.com/TheLartians/ModernCppStarter.git
synced 2025-08-30 21:51:12 +02:00
update wording
This commit is contained in:
parent
66a8ab343a
commit
4b22f91682
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue