Skip to content

Commit 9e1ac1d

Browse files
authored
Update README.md
1 parent c13059e commit 9e1ac1d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,8 @@ Documentation is generated using [Doxygen](https://www.doxygen.nl). Docs are bui
109109

110110
Generate docs locally:
111111
```bash
112-
doxygen Doxyfile
112+
cmake --preset gcc-RelWithDebInfo
113+
cmake --build --preset gcc-RelWithDebInfo --target docs
113114
```
114115

115116
View documentation online: [Modern C++ template](https://ramsafin.github.io/modern-cpp-project-template).

0 commit comments

Comments
 (0)