aboutsummaryrefslogtreecommitdiff
path: root/doc/developer-notes.md
diff options
context:
space:
mode:
authorSjors Provoost <[email protected]>2019-09-19 10:22:20 +0200
committerSjors Provoost <[email protected]>2019-09-19 10:22:20 +0200
commit14c6a2de1a4cf8cc17116d418242709ba2519b9e (patch)
tree2165b06f623ccd078bd9605c49e89266dc26627c /doc/developer-notes.md
parentMerge #16885: doc: Update tx-size-small comment with relevant CVE disclosure (diff)
downloaddiscoin-14c6a2de1a4cf8cc17116d418242709ba2519b9e.tar.xz
discoin-14c6a2de1a4cf8cc17116d418242709ba2519b9e.zip
[doc] update brew instruction for doxygen
Diffstat (limited to 'doc/developer-notes.md')
-rw-r--r--doc/developer-notes.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/developer-notes.md b/doc/developer-notes.md
index 561f623cd..f4a5e2d33 100644
--- a/doc/developer-notes.md
+++ b/doc/developer-notes.md
@@ -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