aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorFelix Hanley <felix@userspace.com.au>2019-12-26 12:20:05 +0000
committerFelix Hanley <felix@userspace.com.au>2019-12-26 12:20:05 +0000
commit20d42b5b72f8d6d116206698ec241e04adea4359 (patch)
tree3849525a90e433cd850ce5aa377f52826be31be7 /README.md
parent94f6e668feb91cd333c445677cde7c8ab4d062c0 (diff)
downloadtinydnsdyn-master.tar.gz
tinydnsdyn-master.tar.bz2
Fix SSL set up and require Python >2.7.9HEADv0.1.1master
Thanks to Tomas Astary.
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index a6bb323..9b6bc12 100644
--- a/README.md
+++ b/README.md
@@ -9,10 +9,10 @@ It should run on any Linux or BSD with Python installed.
## Requirements
* Administrative access to a server running tinydns and hence
- daemontools or similar (such as runit in Void linux)
-* Administrative access to a *nix box on you local network
-* Python (version 2!) installed on both client and server
-* An open port on the server's firewall
+ daemontools or similar (such as runit in Void linux).
+* Administrative access to a *nix box on you local network.
+* Python (>2.7.9) installed on both client and server.
+* An open port on the server's firewall.
## Installation