diff --git a/README.md b/README.md index 79150f7..7763c8a 100644 --- a/README.md +++ b/README.md @@ -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 ```