From 353884fb8a7a8fbea6cecda61e26546656f1a83c Mon Sep 17 00:00:00 2001 From: shenxianpeng Date: Wed, 17 Jun 2026 19:00:16 +0300 Subject: [PATCH] docs: add Homebrew tap installation method to org profile README --- profile/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/profile/README.md b/profile/README.md index f3e797a..6032ccc 100644 --- a/profile/README.md +++ b/profile/README.md @@ -53,6 +53,7 @@ Prefer modern package managers? Install `clang-format`, `clang-tidy`, `clang-que - **[pip](https://github.com/cpp-linter/clang-tools-pip)** — `pip install clang-tools` — installs static binaries or Python wheels for `clang-format`, `clang-tidy`, `clang-query`, `clang-apply-replacements`, and `clang-include-cleaner` - **[asdf](https://github.com/cpp-linter/asdf-clang-tools)** — `asdf plugin add clang-tools https://github.com/cpp-linter/asdf-clang-tools` +- **[Homebrew Tap](https://github.com/cpp-linter/homebrew-tap)** — `brew tap cpp-linter/tap && brew install clang-tools` — installs pre-built static binaries for `clang-format`, `clang-tidy`, `clang-query`, `clang-apply-replacements`, and `clang-include-cleaner` ---