summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClaudia <claui@users.noreply.github.com>2019-04-06 09:16:45 +0200
committerJesse Duffield <jessedduffield@gmail.com>2019-04-06 18:33:27 +1100
commitb422692746281ee0707e639b254c21fbeda73604 (patch)
tree8f501f42864e6f25f50295f716def8a965a4c7a1
parentf34be1896af14df2d636aa9aa3cfa857994a22b5 (diff)
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
-rw-r--r--README.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/README.md b/README.md
index bcfb7d63f..af96f9be0 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,6 @@ Jira? This is the app for you!
### Homebrew
```sh
-brew tap jesseduffield/lazygit
brew install lazygit
```