Commit 73ead28
authored
docs: add Homebrew tap as a new installation method (#33)
## Summary
Add the [cpp-linter Homebrew
tap](https://github.com/cpp-linter/homebrew-tap) as a new installation
method in the Getting Started documentation.
## Changes
- **docs/getting-started.md** — Added a Homebrew Tap card to the "Easy
Installation" grid section, alongside the existing pip and asdf options.
This shows users they can install clang-format, clang-tidy, clang-query,
clang-apply-replacements, and clang-include-cleaner via Homebrew with no
compilation required.
## Why
The Homebrew tap provides pre-built static binaries for macOS users,
making installation even easier for developers who prefer Homebrew as
their package manager.
cc @shenxianpeng1 parent 23f9095 commit 73ead28
1 file changed
Lines changed: 12 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
| 105 | + | |
106 | 106 | | |
107 | | - | |
| 107 | + | |
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
113 | | - | |
| 113 | + | |
114 | 114 | | |
115 | | - | |
| 115 | + | |
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
| |||
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
139 | 147 | | |
0 commit comments