diff options
author | Joel Rosdahl <joel@rosdahl.net> | 2014-07-16 14:07:20 +0200 |
---|---|---|
committer | Joel Rosdahl <joel@rosdahl.net> | 2014-07-16 14:08:17 +0200 |
commit | 7bfd66ac79992792930fc37f5f600150a871d028 (patch) | |
tree | a244e659fee2ff4998e7b023540f23e93a85e90f | |
parent | 7badc28ecff77db90b0b132c77a3a99cdc1787a8 (diff) | |
download | miniircd-7bfd66ac79992792930fc37f5f600150a871d028.tar.gz miniircd-7bfd66ac79992792930fc37f5f600150a871d028.zip |
Add note that Python 2.7 is required for --setuid
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 ------------ |