From b5ee89e58989a05005026c52cd994d60efb750d4 Mon Sep 17 00:00:00 2001 From: Roopsai Krishna Date: Thu, 12 Dec 2024 14:06:56 +0530 Subject: [PATCH] chore: remove unsupported installation from README.md --- README.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/README.md b/README.md index 2954986..d15ec42 100644 --- a/README.md +++ b/README.md @@ -27,16 +27,6 @@ This command will download the latest version of Git Hooks, compile it, and inst If you haven't set GOPATH, the binary will typically be installed in `$HOME/go/bin` on Unix systems or `%USERPROFILE%\go\bin` on Windows. -### Using Homebrew - -To install Git Hooks using Homebrew: - -```bash -brew install lvrach/tap/git-hooks -``` - -This command will install Git Hooks from the lvrach tap, making it available system-wide. - ## Configuration To configure Git to use Git Hooks: