Skip to content

Commit 7f3fd34

Browse files
author
MarcoFalke
committed
Merge #21481: doc: Tell howto install clang-format on Debian/Ubuntu
ea76f4a Doc: Tell howto install clang-format on Debian/Ubuntu (wodry) Pull request description: Because only macOS wasy mentioned, I was unsure if this would be a macOS specific tool. I guess Linux is more used than Mac, so Linux guide should be there, too. ACKs for top commit: hebasto: ACK ea76f4a, every system upgrade via clean installation I do the same. Tree-SHA512: 75c28540e8815cb41f4cf92784b6349978988b679e4deef9ae77ede951f93516ca13ec7b313ab72865b01273e115b49ed2b67cdcd68015af1b643a6186b190dd
2 parents 3a12fdb + ea76f4a commit 7f3fd34

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

contrib/devtools/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ clang-format-diff.py
77

88
A script to format unified git diffs according to [.clang-format](../../src/.clang-format).
99

10-
Requires `clang-format`, installed e.g. via `brew install clang-format` on macOS.
10+
Requires `clang-format`, installed e.g. via `brew install clang-format` on macOS,
11+
or `sudo apt install clang-format` on Debian/Ubuntu.
1112

1213
For instance, to format the last commit with 0 lines of context,
1314
the script should be called from the git root folder as follows.

0 commit comments

Comments
 (0)