1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-04-11 11:42:12 +02:00

Remove custom Homebrew tap from instructions

Now that lazygit has been added to the Homebrew core repository
([1] [2]), Homebrew users no longer need to tap into
`jesseduffield/lazygit` to install it.

[1]: https://github.com/jesseduffield/lazygit/issues/256

[2]: https://github.com/Homebrew/homebrew-core/pull/37614
This commit is contained in:
Claudia 2019-04-06 09:16:45 +02:00 committed by Jesse Duffield
parent f34be1896a
commit b422692746

View File

@ -21,7 +21,6 @@ Jira? This is the app for you!
### Homebrew
```sh
brew tap jesseduffield/lazygit
brew install lazygit
```