mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-10 11:57:28 -03:00
[doc] update brew instruction for doxygen
This commit is contained in:
parent
9bf5768dd6
commit
14c6a2de1a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue