diff --git a/README.md b/README.md index 655caa5..ee9d865 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ A simple tool to help write commit messages and run git commands. ## 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 cargo install --git https://github.com/rzmk/commit-helper ```