summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorThomas Gotwig <tgotwig@gmail.com>2020-10-03 20:23:58 +0200
committerDavid Peter <sharkdp@users.noreply.github.com>2020-10-04 11:14:32 +0200
commit35ad76771dc71def370d2b1f32815f0ab49d4316 (patch)
tree6a24844cb7209b668ea2183d77630bdbd6fb87d0 /README.md
parent96151c44aae21849ea566d881310c48446045468 (diff)
Mention Homebrew on Linux 🍺🐧
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index 848c77fe..81d1f5bc 100644
--- a/README.md
+++ b/README.md
@@ -276,6 +276,14 @@ You can install `bat` with zypper:
zypper install bat
```
+### On Linux
+
+You can install `bat` with [Homebrew](https://formulae.brew.sh/formula-linux/bat)::
+
+```bash
+brew install bat
+```
+
### On macOS
You can install `bat` with [Homebrew](http://braumeister.org/formula/bat):