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

Fix minor spelling error

This commit is contained in:
Stefan Isak 2022-10-20 09:32:42 +02:00
parent 79f4345a26
commit 5d8204703e

View file

@ -106,7 +106,7 @@ cmake --build build/doc --target GenerateDocs
open build/doc/doxygen/html/index.html
```
To build the documentation locally, you will need Doxygen, jinja2 and Pygments on installed your system.
To build the documentation locally, you will need Doxygen, jinja2 and Pygments installed on your system.
### Build everything at once