1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-08-06 22:33:07 +02:00

Remove the homebrew tap from the readme (#4705)

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 for new users.
This commit is contained in:
Stefan Haller
2025-07-06 15:25:36 +02:00
committed by GitHub

View File

@ -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
```