Skip to content

Commit 174f8dc

Browse files
authored
Update README.rst (#85)
1 parent 751c9be commit 174f8dc

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

README.rst

+8-9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
clang-tools Introduction
2-
========================
1+
clang-tools CLI
2+
===============
3+
4+
**Install clang-format, clang-tidy, clang-query, and clang-apply-replacements binaries with clang-tools CLI.**
35

46
.. image:: https://img.shields.io/pypi/v/clang-tools
57
:target: https://pypi.org/project/clang-tools/
@@ -20,9 +22,6 @@ clang-tools Introduction
2022
:target: https://pypistats.org/packages/clang-tools
2123
:alt: PyPI - Downloads
2224

23-
24-
Install clang-tools binaries (clang-format, clang-tidy, clang-query and clang-apply-replacements) with pip.
25-
2625
.. important::
2726
This package only manages binary executables (& corresponding symbolic links) that
2827
are installed using this package's executable script. It does not intend to change or
@@ -47,8 +46,8 @@ Features
4746
category.
4847
- Customizable install path.
4948

50-
Install
51-
-------
49+
Install clang-tools CLI
50+
-----------------------
5251

5352
.. tip::
5453
It is recommended to use this package in a virtual environment.
@@ -82,8 +81,8 @@ Install `clang-tools` from git repo
8281
8382
pip install git+https://github.com/cpp-linter/clang-tools-pip.git@main
8483
85-
Usage
86-
-----
84+
CLI Usage
85+
---------
8786

8887
For a list of supported Command Line Interface options, see
8988
`the CLI documentation <https://cpp-linter.github.io/clang-tools-pip/cli_args.html>`_

0 commit comments

Comments
 (0)