From f0f5724e18d929e0251624a476c8e83cba1c124d Mon Sep 17 00:00:00 2001 From: Johannes Altmanninger Date: Thu, 24 Dec 2020 11:41:38 +0100 Subject: [PATCH] CONTRIBUTING: Debian provides a "clang-format" package --- CONTRIBUTING.rst | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 811f47c71..2df780982 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -349,7 +349,7 @@ To install the lint checkers on Debian-based Linux distributions: sudo apt-get install oclint sudo apt-get install cppcheck -Installing the Reformatting Tools +Installing the Formatting Tools ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Mac OS X: @@ -362,15 +362,7 @@ Debian-based: :: - apt-cache search clang-format - -Above will list all the versions available. Pick the newest one -available (3.9 for Ubuntu 16.10 as I write this) and install it: - -:: - - sudo apt-get install clang-format-3.9 - sudo ln -s /usr/bin/clang-format-3.9 /usr/bin/clang-format + sudo apt-get install clang-format Message Translations --------------------