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

remove mac comment

This commit is contained in:
Lars Melchior 2020-06-03 14:20:22 +02:00
parent 2842f07b53
commit b70b507c56

View file

@ -90,7 +90,7 @@ To manually build documentation, call the following command.
```bash
cmake -Hdocumentation -Bbuild/doc
cmake --build build/doc --target GenerateDocs
# view the docs (using `open` on Mac)
# view the docs
open build/doc/doxygen/html/index.html
```