summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 0118060..4d6daae 100644
--- a/README.md
+++ b/README.md
@@ -31,12 +31,12 @@ On openSUSE and SLE
To build from source
-On Fedora 21+ with Python 2:
+On CentOS, RHEL, and Fedora with Python 2:
dnf install git python-pip gcc python-devel systemd-devel
pip install git+https://github.com/systemd/python-systemd.git#egg=systemd
-On Fedora 21+ with Python 3:
+On Fedora with Python 3:
dnf install git python3-pip gcc python3-devel systemd-devel
pip3 install git+https://github.com/systemd/python-systemd.git#egg=systemd