Skip to content

Commit

Permalink
Small improvements for Fedora instructions
Browse files Browse the repository at this point in the history
Anything older than F29 is EOL now, so no need to mention it. Also in F29+ you can use standard `dnf install`.
  • Loading branch information
ignatenkobrain authored and sharkdp committed Jul 24, 2019
1 parent 7f5a561 commit e8c0467
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e8c0467

Please sign in to comment.