From babaa29e7439332fc4efb4da9dd302e1fbec2759 Mon Sep 17 00:00:00 2001 From: Bofh Date: Wed, 10 Feb 2021 00:28:20 +0100 Subject: [PATCH] improved docs --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index be0619f..d4d8880 100644 --- a/README.md +++ b/README.md @@ -115,7 +115,9 @@ Create as much headers TXT files as you wish. It will be **used randomly on requ The server is just a **simple HTTP Python server** that acts as an API to manage your mirrors. -You have to run the **server.py** script using: `python3 server.py` (it will run at 0.0.0.0:8080). +¡¡IMPORTANT: run on the project root path!! + +`python3 server.py` will run the server API at 0.0.0.0:8080. Optionally, you can set a **binding port** with a positional argument like this: `python3 server.py 8081`