Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
docs: update README.md to add binaries link
  • Loading branch information
shenxianpeng authored Jan 17, 2024
commit 712eeb2297210632613ed0b8c601a3741c27c444
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down