[doc] update brew instruction for doxygen

This commit is contained in:
Sjors Provoost 2019-09-19 10:22:20 +02:00
parent 9bf5768dd6
commit 14c6a2de1a
No known key found for this signature in database
GPG Key ID: 57FF9BDBCC301009

View File

@ -193,7 +193,7 @@ Documentation can be generated with `make docs` and cleaned up with `make clean-
Before running `make docs`, you will need to install dependencies `doxygen` and `dot`. For example, on macOS via Homebrew:
```
brew install doxygen --with-graphviz
brew install graphviz doxygen
```
Development tips and tricks