Skip to content

Commit 9741155

Browse files
authored
Update README.md
1 parent a98d4e0 commit 9741155

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,19 @@ The supported versions are as follows:
1212
|-----------|---|---|---|---|---|---|---|---|---|---|---|---|
1313
|Linux 64 |✔️ |✔️|✔️|✔️ |✔️|✔️ |✔️ |✔️|✔️| ✔️|✔️|✔️ |
1414
|Window 64 |✔️ |✔️|✔️|✔️ |✔️|✔️ |✔️ |✔️|✔️| ✔️|✔️|✔️ |
15-
|macOS 64 |✔️ |✔️|✔️|✔️ |✔️|✔️ |✔️ |✔️|✔️| ✔️|✔️|✔️ |
15+
|macOS 64 ||||||✔️ |✔️ |✔️|✔️| ✔️|✔️|✔️ |
16+
17+
> [!CAUTION]
18+
> Known issues:
19+
> * static binaries failed on macOS from version 14~18 ([#26](https://github.com/cpp-linter/clang-tools-static-binaries/issues/26))
1620
1721
## Download
1822

1923
Grab clang-tools static binaries for your platform from [Releases](https://github.com/cpp-linter/clang-tools-static-binaries/releases) tab!
2024

2125
## Motivation behind this repo
2226

23-
I use to contribute to different repositories and they often use different versions of clang-format.
27+
I used to contribute to different repositories and they often use different versions of clang-format.
2428

2529
I could either compile clang-format for each one I want to have or I could try messing up with my package system (I use Arch Linux btw) and try installing all of them on my system.
2630
This can very quickly get out of hand, hence I created this repository.

0 commit comments

Comments
 (0)