From bc21c4d0e0f588cbceac0d4e28278e8e3d11f500 Mon Sep 17 00:00:00 2001 From: Dany Marcoux Date: Tue, 6 Nov 2018 15:53:39 +0100 Subject: [PATCH] Add openSUSE installation instructions --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index eb8108a5..47020e71 100644 --- a/README.md +++ b/README.md @@ -129,6 +129,14 @@ You can install `bat` using the [nix package manager](https://nixos.org/nix): nix-env -i bat ``` +### On openSUSE + +You can install `bat` with zypper: + +``` +zypper install bat +``` + ### On macOS You can install `bat` with [Homebrew](http://braumeister.org/formula/bat):