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
16 changes: 12 additions & 4 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,17 +102,17 @@ We provide ready-to-use **binaries**, **Docker images**, and **Python wheels** o

---

Standalone Python wheel for `clang-apply-replacements`
Install `clang-apply-replacements` via pip — standalone Python wheel

[Download from →](https://github.com/cpp-linter/clang-apply-replacements){ .md-button .md-button--primary }
[Install from PyPI →](https://pypi.org/project/clang-apply-replacements/){ .md-button .md-button--primary }

- :fontawesome-brands-python: **clang-include-cleaner**

---

Standalone Python wheel for `clang-include-cleaner` — detects unused `#include` directives
Install `clang-include-cleaner` via pip — detects unused `#include` directives

[Download from →](https://github.com/cpp-linter/clang-include-cleaner){ .md-button .md-button--primary }
[Install from PyPI →](https://pypi.org/project/clang-include-cleaner/){ .md-button .md-button--primary }

</div>

Expand All @@ -136,4 +136,12 @@ We provide ready-to-use **binaries**, **Docker images**, and **Python wheels** o

[Get started with asdf →](https://github.com/cpp-linter/asdf-clang-tools){ .md-button .md-button--primary }

- :fontawesome-brands-apple: **Homebrew Tap**

---

Install `clang-format`, `clang-tidy`, `clang-query`, `clang-apply-replacements`, and `clang-include-cleaner` via Homebrew — no compilation required

[Get started with Homebrew →](https://github.com/cpp-linter/homebrew-tap){ .md-button .md-button--primary }

</div>