Remove extra star

This commit is contained in:
Yury V. Zaytsev
2025-04-26 15:58:33 +02:00
parent b169f9591d
commit b8b77d5a3c

View File

@@ -16,7 +16,7 @@ $ make indent
To avoid formatting differences between `clang-format` versions, we currently use `clang-format-{{ extra.clang_format_version }}`. The [clang-format Python distribution](https://pypi.org/project/clang-format/) provides precompiled binaries for all major platforms:
```shell
$ uv tool install 'clang-format=={{ extra.clang_format_version }}.*'
$ uv tool install 'clang-format=={{ extra.clang_format_version }}'
$ alias clang-format='uvx clang-format'
```