From 3917100c6e86e5d10d5f2cd16b0da9b5c48f0274 Mon Sep 17 00:00:00 2001 From: Alex Wood Date: Fri, 17 Mar 2023 11:32:32 -0400 Subject: [PATCH] Add instructions for bat-extras on Fedora --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index e7cd22e..485cbc9 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,20 @@ To install, first make sure you've added the [Gentoo Guru Overlay](https://wiki. emerge sys-apps/bat-extras ``` +### Fedora (Unofficial) +`bat-extras` is available in an unofficial Fedora Copr +[repository](https://copr.fedorainfracloud.org/coprs/awood/bat-extras/). +**Note**: this package does not contain `prettybat` since `prettier` is not yet +packaged for Fedora. + +Install the Copr plugin, enable the repository, and then install the package +by running: + +```bash +dnf install dnf-plugins-core +dnf copr enable awood/bat-extras +dnf install bat-extras +```