Update Fedora installation info

Add RHEL/CentOS 8 installtaion info
This commit is contained in:
Artem Polishchuk 2019-11-29 08:47:05 +02:00
parent b765fb4971
commit af6acfc3ab

View File

@ -131,11 +131,16 @@ brew install kakoune
[TIP]
.Fedora supported versions and Rawhide
====
Use the https://copr.fedoraproject.org/coprs/jkonecny/kakoune/[copr]
repository.
---------------------------------
dnf copr enable jkonecny/kakoune
dnf install kakoune
---------------------------------
====
[TIP]
.RHEL/CentOS 8
====
Kakoune can be found in the https://src.fedoraproject.org/rpms/kakoune/tree/epel8[EPEL8 repositories].
---------------------------------
dnf install kakoune
---------------------------------
====