From 1efc3341b4b5de55f099350a460146585b8593ce Mon Sep 17 00:00:00 2001 From: gru Date: Sun, 23 Feb 2025 00:42:57 +0100 Subject: [PATCH] Update README.md --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index b0d320b..bc3f90c 100644 --- a/README.md +++ b/README.md @@ -1,21 +1,20 @@ # RouterOS backup system -#. Instalation: +# Instalation: - clone (to ex. /opt/hosts_app) - create venv - install requirements via pip - copy systemd service (hosts_app.service) -#. Start +# Start - edit gunicorn_config.py and set listen IP - systemctl start hosts_app.service - go to http://IPADDRESS:8888 -#. Register, Login +# Register, Login -#. Configure devices, /etc/hosts +# Configure devices, /etc/hosts -#. Done # Authors