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`.
This commit is contained in:
Igor Gnatenko 2019-07-21 10:57:16 +02:00 committed by David Peter
parent 7f5a5612e4
commit e8c04672f0
1 changed files with 2 additions and 2 deletions

View File

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