From 86ee66c7beec0a1a207f8122ccbbfc2b1fcb31ae Mon Sep 17 00:00:00 2001 From: rzmk Date: Sun, 24 Dec 2023 22:15:11 -0500 Subject: [PATCH] docs: add link to memo --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a5908a8..d289423 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ A simple tool to help write commit messages and run git commands. ![Demo](demo.gif) +You may read a brief post about commit-helper on my website: [mueezkhan.com/memos/commit-helper](https://www.mueezkhan.com/memos/commit-helper) + ## 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: