docs: include Cargo installation step as prerequisite

This commit is contained in:
rzmk 2023-11-29 17:23:29 -05:00
parent 8780968e36
commit 56d33cc249
No known key found for this signature in database

View file

@ -6,6 +6,8 @@ A simple tool to help write commit messages and run git commands.
## Installation ## Installation
Make sure you have [Cargo](https://doc.rust-lang.org/cargo/getting-started/installation.html) installed, then run the following command in your terminal:
```bash ```bash
cargo install --git https://github.com/rzmk/commit-helper cargo install --git https://github.com/rzmk/commit-helper
``` ```