summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2017-04-14 10:54:40 -0400
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2017-04-14 10:54:40 -0400
commitc06c5d401d60ae9175367be0797a6c2b562ac5ba (patch)
tree569d555d2e3ba1af33d28bbaf657b8ad87067ce1
parent308ae4440c1f6ea1aff9be4cb683c52bd3a1c13a (diff)
downloadpython-systemd-c06c5d401d60ae9175367be0797a6c2b562ac5ba.tar.gz
README: also mention CentoOS and RHEL in instructions
The latest supported version of Fedora is now 24, and python3 is supported on all current versions, so drop references to old Fedora from the README. Fixes #47.
-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