mirror of
https://github.com/TheLartians/ModernCppStarter.git
synced 2025-08-30 13:41:13 +02:00
update readme to include note on installation of format dependencies
This commit is contained in:
parent
3833bb2b83
commit
c21d3e8b60
1 changed files with 5 additions and 0 deletions
|
@ -88,6 +88,11 @@ cmake --build build/test --target fix-format
|
|||
```
|
||||
|
||||
See [Format.cmake](https://github.com/TheLartians/Format.cmake) for details.
|
||||
These dependencies can be easily installed using pip.
|
||||
|
||||
```bash
|
||||
pip install clang-format==14.0.6 cmake_format==0.6.11 pyyaml
|
||||
```
|
||||
|
||||
### Build the documentation
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue