Skip to content

Commit 422b533

Browse files
committed
Update README.md
1 parent 5f9925e commit 422b533

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
# clang-tools
2-
[![PyPI](https://img.shields.io/pypi/v/clang-tools)](https://pypi.org/project/clang-tools/)[![Python test](https://github.com/shenxianpeng/clang-tools-pip/actions/workflows/python-test.yml/badge.svg)](https://github.com/shenxianpeng/clang-tools-pip/actions/workflows/python-test.yml)[![codecov](https://codecov.io/gh/shenxianpeng/clang-tools-pip/branch/master/graph/badge.svg?token=40G5ZOIRRR)](https://codecov.io/gh/shenxianpeng/clang-tools-pip)
32

4-
Install clang-tools (clang-format, clang-tidy) with pip.
3+
[![PyPI](https://img.shields.io/pypi/v/clang-tools)](https://pypi.org/project/clang-tools/) [![Python test](https://github.com/shenxianpeng/clang-tools-pip/actions/workflows/python-test.yml/badge.svg)](https://github.com/shenxianpeng/clang-tools-pip/actions/workflows/python-test.yml) [![codecov](https://codecov.io/gh/shenxianpeng/clang-tools-pip/branch/master/graph/badge.svg?token=40G5ZOIRRR)](https://codecov.io/gh/shenxianpeng/clang-tools-pip)
4+
5+
Install clang-tools binaries (clang-format, clang-tidy) with pip.
56

67
## Install
78

8-
Install `clang-tools` with pip
9+
Install `clang-tools` command with pip
910

1011
```bash
1112
$ sudo pip install clang-tools
@@ -22,7 +23,7 @@ optional arguments:
2223
-i INSTALL, --install INSTALL
2324
Install clang-tools with specific version. default is 12.
2425
```
25-
For example, install clang-tools version 13
26+
Use `clang-tools` command to install version 13 binaries.
2627

2728
```bash
2829
$ sudo clang-tools --install 13

0 commit comments

Comments
 (0)