aboutsummaryrefslogtreecommitdiff
path: root/contrib/devtools/README.md
diff options
context:
space:
mode:
authorSjors Provoost <sjors@sprovoost.nl>2019-02-19 17:08:01 +0100
committerSjors Provoost <sjors@sprovoost.nl>2019-02-19 17:08:01 +0100
commit3a21905a4ef7d98c8762ec89affa2667e197a118 (patch)
treed8407f3b8a716ff80278e912ecdbf8c42d485a53 /contrib/devtools/README.md
parentbf12093191f8a4ac9f248a1730b0784a7972d171 (diff)
downloadbitcoin-3a21905a4ef7d98c8762ec89affa2667e197a118.tar.xz
[doc] devtools: mention clang-format dependency
Diffstat (limited to 'contrib/devtools/README.md')
-rw-r--r--contrib/devtools/README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/devtools/README.md b/contrib/devtools/README.md
index 6ee65f40be..49e6c3cb60 100644
--- a/contrib/devtools/README.md
+++ b/contrib/devtools/README.md
@@ -7,6 +7,8 @@ clang-format-diff.py
A script to format unified git diffs according to [.clang-format](../../src/.clang-format).
+Requires `clang-format`, installed e.g. via `brew install clang-format` on macOS.
+
For instance, to format the last commit with 0 lines of context,
the script should be called from the git root folder as follows.