Skip to content

Commit 14c6a2d

Browse files
committed
[doc] update brew instruction for doxygen
1 parent 9bf5768 commit 14c6a2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/developer-notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ Documentation can be generated with `make docs` and cleaned up with `make clean-
193193

194194
Before running `make docs`, you will need to install dependencies `doxygen` and `dot`. For example, on macOS via Homebrew:
195195
```
196-
brew install doxygen --with-graphviz
196+
brew install graphviz doxygen
197197
```
198198

199199
Development tips and tricks

0 commit comments

Comments
 (0)