summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2019-11-10 23:31:19 +1100
committerGitHub <noreply@github.com>2019-11-10 23:31:19 +1100
commit29ee2399876bccbc4fe388252545df2763b11029 (patch)
treee7ceb89d29cfa193c0c513f96b498b56bd5c28cf
parent3f7e107d09a675b28783584d3643ee112206d905 (diff)
Update README.md
-rw-r--r--README.md10
1 files changed, 9 insertions, 1 deletions
diff --git a/README.md b/README.md
index f28f422d6..bdc2c9f2d 100644
--- a/README.md
+++ b/README.md
@@ -24,8 +24,16 @@ Github Sponsors is matching all donations dollar-for-dollar for 12 months so if
## Installation
### 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.
-```sh
+Tap:
+```
+brew install jesseduffield/lazygit/lazygit
+```
+
+Core:
+
+```
brew install lazygit
```