From 9efd4f2e7335048cd4cd1237e5b244c1efa65bf7 Mon Sep 17 00:00:00 2001 From: Stefan Haller Date: Sun, 6 Jul 2025 15:18:15 +0200 Subject: [PATCH] Remove the homebrew tap from the readme The core homebrew formular is usually up to date very quickly, so there's little reason to use the custom tap. We still maintain the tap and update it for the benefit of users who already subscribed to it, but we no longer recommend it. --- README.md | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 30114933f..75d7676cd 100644 --- a/README.md +++ b/README.md @@ -233,17 +233,9 @@ For Windows, Mac OS(10.12+) or Linux, you can download a binary release [here](. ### Homebrew -Normally the lazygit formula can be found in the Homebrew core but we suggest you tap our formula to get the frequently updated one. It works with Linux, too. +It works with Linux, too. -Tap: - -``` -brew install jesseduffield/lazygit/lazygit -``` - -Core: - -``` +```sh brew install lazygit ```