We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a446638 commit b348d77Copy full SHA for b348d77
README.md
@@ -86,8 +86,14 @@ jobs:
86
87
## CLI (Command Line Interface)
88
89
-### Help Example
+### Installation
90
+
91
```shell
92
+pip install commitlint
93
+```
94
95
+### Usage
96
97
$ commitlint --help
98
usage: commitlint [-h] [-V] [--file FILE] [--hash HASH] [--from-hash FROM_HASH] [--to-hash TO_HASH] [--skip-detail] [commit_message]
99
@@ -107,7 +113,7 @@ optional arguments:
107
113
--skip-detail Skip the detailed error message check
108
114
```
109
115
110
-### Usage Examples
116
+### Examples
111
117
Check commit message directly:
112
118
119
0 commit comments