From 56d33cc2494ddc1259d4fe54fa1b87b2517a2801 Mon Sep 17 00:00:00 2001 From: rzmk Date: Wed, 29 Nov 2023 17:23:29 -0500 Subject: [PATCH] docs: include Cargo installation step as prerequisite --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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 ```