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`