From 712eeb2297210632613ed0b8c601a3741c27c444 Mon Sep 17 00:00:00 2001 From: Peter Shen Date: Wed, 17 Jan 2024 10:27:51 +0800 Subject: [PATCH] docs: update README.md to add binaries link --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1b85eec..1ddf6b4 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,8 @@ Using `clang-format` and `clang-tidy` hooks with [pre-commit](https://pre-commit.com/) to lint your C/C++ code. -Highlight✨: Automatically downloads a specific version of `clang-format` or `clang-tidy` and installs it on the system. +> [!IMPORTANT] +> Automatically downloads a specific version of `clang-format` or `clang-tidy` [binaries](https://github.com/cpp-linter/clang-tools-static-binaries) and installs it on the system. ## Usage