Skip to content

Commit 0b8f9ab

Browse files
committed
docs: update readme and migration notes
1 parent e9d84fd commit 0b8f9ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ repos:
7070
```
7171

7272
> [!NOTE]
73-
> Starting from version v1.0.0, this pre-commit hook uses Python wheel packages ([clang-format](https://pypi.org/project/clang-format/) and [clang-tidy](https://pypi.org/project/clang-tidy/)) instead of the previous clang-tools binaries. The wheel packages provide better cross-platform compatibility and easier installation. For more details, see the [Migration Guide](MIGRATION.md).
73+
> Starting from version **v1.0.0**, this pre-commit hook now relies on Python wheel packages [clang-format](https://pypi.org/project/clang-format/) and [clang-tidy](https://pypi.org/project/clang-tidy/)instead of the [clang-tools binaries](https://github.com/cpp-linter/clang-tools-static-binaries). The wheel packages are lighter, easier to install, and offer better cross-platform compatibility. For more information, see the [detailed migration notes](docs/migration-notes.md).
7474

7575
## Output
7676

MIGRATION.md renamed to docs/migration-notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Migration: From Clang Tools Binaries to Python Wheels
1+
# Migration from Clang Tools Binaries to Python Wheels
22

33
## Overview
44

0 commit comments

Comments
 (0)