summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Rosdahl <joel@rosdahl.net>2014-07-16 14:07:20 +0200
committerJoel Rosdahl <joel@rosdahl.net>2014-07-16 14:08:17 +0200
commit7bfd66ac79992792930fc37f5f600150a871d028 (patch)
treea244e659fee2ff4998e7b023540f23e93a85e90f
parent7badc28ecff77db90b0b132c77a3a99cdc1787a8 (diff)
downloadminiircd-7bfd66ac79992792930fc37f5f600150a871d028.tar.gz
miniircd-7bfd66ac79992792930fc37f5f600150a871d028.zip
Add note that Python 2.7 is required for --setuid
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index ad4057f..816a68c 100644
--- a/README.md
+++ b/README.md
@@ -33,8 +33,8 @@ Limitations
Requirements
------------
-Python 2.5 or newer, Python 2.6 or newer when SSL is used.
-Get it at http://www.python.org.
+Python 2.5 or newer, Python 2.6 or newer when --ssl-pem-file is used, Python
+2.7 or newer when --setuid is used. Get it at http://www.python.org.
Installation
------------