Add openSUSE installation instructions

This commit is contained in:
Dany Marcoux 2018-11-06 15:53:39 +01:00 committed by David Peter
parent 0800562ba2
commit bc21c4d0e0
1 changed files with 8 additions and 0 deletions

View File

@ -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):