From 35ad76771dc71def370d2b1f32815f0ab49d4316 Mon Sep 17 00:00:00 2001 From: Thomas Gotwig Date: Sat, 3 Oct 2020 20:23:58 +0200 Subject: [PATCH] =?UTF-8?q?Mention=20Homebrew=20on=20Linux=20=F0=9F=8D=BA?= =?UTF-8?q?=F0=9F=90=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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):