Skip to content

Commit

Permalink
docs: update README.md to add binaries link (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
shenxianpeng authored Jan 17, 2024
1 parent c4d4c3f commit 058fb88
Showing 1 changed file with 2 additions and 1 deletion.
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

0 comments on commit 058fb88

Please sign in to comment.