Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions profile/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,17 +39,19 @@ We provide ready-to-use **binaries**, **Docker images**, and **Python wheels** o

| Package | Description |
|---------|-------------|
| [clang-tools-static-binaries](https://github.com/cpp-linter/clang-tools-static-binaries) | Statically-linked `clang-format`, `clang-tidy`, `clang-query`, and `clang-apply-replacements` binaries |
| [clang-tools-static-binaries](https://github.com/cpp-linter/clang-tools-static-binaries) | Statically-linked `clang-format`, `clang-tidy`, `clang-query`, `clang-apply-replacements`, and `clang-include-cleaner` binaries |
| [clang-tools-docker](https://github.com/cpp-linter/clang-tools-docker) | Docker images with pre-installed `clang-format` and `clang-tidy` |
| [clang-tools-wheel](https://github.com/cpp-linter/clang-tools-wheel) | Redistribute `clang-format` and `clang-tidy` Python wheels |
| [clang-apply-replacements](https://github.com/cpp-linter/clang-apply-replacements) | Standalone Python wheel for `clang-apply-replacements` |
| [clang-include-cleaner](https://github.com/cpp-linter/clang-include-cleaner) | Standalone Python wheel for `clang-include-cleaner` β€” detects unused `#include` directives |

---

## πŸ“¦ Easy Installation

Prefer modern package managers? Install `clang-format`, `clang-tidy`, `clang-query`, and more via:

- **[pip](https://github.com/cpp-linter/clang-tools-pip)** β€” `pip install clang-tools`
- **[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`

---
Expand Down