From 3a21905a4ef7d98c8762ec89affa2667e197a118 Mon Sep 17 00:00:00 2001 From: Sjors Provoost Date: Tue, 19 Feb 2019 17:08:01 +0100 Subject: [PATCH] [doc] devtools: mention clang-format dependency --- contrib/devtools/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/contrib/devtools/README.md b/contrib/devtools/README.md index 6ee65f40b..49e6c3cb6 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.