From 25724fdb583a1e7c3cdb9b6c4481296ae3e03374 Mon Sep 17 00:00:00 2001 From: Rishi K Date: Sat, 26 Feb 2022 23:27:22 +0530 Subject: [PATCH] docs: add requirement `git` --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 14c975a..8cba6ef 100644 --- a/README.md +++ b/README.md @@ -80,6 +80,7 @@ I started by making `smartcd` remember the last 20 unique visited paths using th ## Requirements - [Fzf](https://github.com/junegunn/fzf) +- [Git](https://git-scm.com/) Tested on [Zsh](https://www.zsh.org/) & [Bash](https://www.gnu.org/software/bash/).