Skip to content

Commit 401b8aa

Browse files
feat(web): add binstall instructions (#341)
Signed-off-by: KeisukeYamashita <[email protected]>
1 parent ebd1e63 commit 401b8aa

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

web/src/content/docs/setup/install.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,14 @@ After that, you will be able to run the `commitlint` command.
1717
commitlint --help
1818
```
1919

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+
2028
## Using Docker
2129

2230
Commitlint is also available as a Docker image.

0 commit comments

Comments
 (0)