Merge 587003d380 into merged_master (Bitcoin PR #16914)

This commit is contained in:
Andrew Poelstra 2020-11-09 21:20:27 +00:00
commit f4b0731eda

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