From a76cc62ac2cff068ae0ae92698ef1b119b1eb56e Mon Sep 17 00:00:00 2001 From: abhijithraj <97955316+xelt1n@users.noreply.github.com> Date: Fri, 12 Jun 2026 22:02:23 +0530 Subject: [PATCH] Clarify uninstall instructions for Homebrew tap --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 65401e7..fb9c35b 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ make dev ```bash brew uninstall gitfetch # Homebrew -brew untap matars/gitfetch # Homebrew tap +brew untap matars/gitfetch # Remove the Homebrew tap ``` ```bash