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 ebd1e63 commit 401b8aaCopy full SHA for 401b8aa
web/src/content/docs/setup/install.md
@@ -17,6 +17,14 @@ After that, you will be able to run the `commitlint` command.
17
commitlint --help
18
```
19
20
+## Using Cargo Binary Install
21
+
22
+You can also use Binstall ([cargo-bins/cargo-binstal](https://github.com/cargo-bins/cargo-binstall)) to install the CLI
23
24
+```console
25
+cargo binstall commitlint-rs
26
+```
27
28
## Using Docker
29
30
Commitlint is also available as a Docker image.
0 commit comments