diff --git a/README.md b/README.md index daa3cb4..4e087aa 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,13 @@ A simple HTTP server written in Python. image + It can load content to be served from a file, and it also gets the location of that stuff from the configuration file. The config file reads stuff based off lines. The first line is the address to host the server on. Second line is the port. Third line is the server version, and the last line is the location of the source file to be served. +The server version is A, nice to know, and B, goes in the HTTP response sent to a client. + +Run ```sudo python3 main.py``` to run the web server. (You might not need the sudo on your system, but I did when I tested it.)