From e8c04672f086b25a179cd78733f7c939c3f27349 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sun, 21 Jul 2019 10:57:16 +0200 Subject: [PATCH] Small improvements for Fedora instructions Anything older than F29 is EOL now, so no need to mention it. Also in F29+ you can use standard `dnf install`. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bdcc0ad8..4e1ba33c 100644 --- a/README.md +++ b/README.md @@ -163,10 +163,10 @@ pacman -S bat ### On Fedora -You can install `bat` from the [Fedora Modular](https://docs.fedoraproject.org/en-US/modularity/using-modules/) repository. On Fedora 29 and higher, it is enabled by default. Otherwise, run `dnf install fedora-repos-modular` to set up, and make sure that the `fedora-modular` and `fedora-updates-modular` repos are enabled in `/etc/yum.repos.d`. +You can install [the `bat` package](https://koji.fedoraproject.org/koji/packageinfo?packageID=27506) from the official [Fedora Modular](https://docs.fedoraproject.org/en-US/modularity/using-modules/) repository. ```bash -dnf module install bat +dnf install bat ``` ### On Gentoo Linux