From 82c3970293cb630f526cf0c46754565297f7e461 Mon Sep 17 00:00:00 2001 From: ocueye Date: Thu, 21 Nov 2024 16:06:24 +0000 Subject: [PATCH] fixed readme --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ad6ac6d..03fca51 100644 --- a/README.md +++ b/README.md @@ -11,9 +11,11 @@ I made it because all of the options eather have ads, only work on the lan, or c (This is desined to be run on linux) ### linux -to run this program, make a venv virtual enviroment and run `pip install cherrypy qrcode pillow` and then run `start.py`. +to run this program, make a venv virtual enviroment and run `pip install cherrypy qrcode pillow`, +edit `htt.conf` and then run `start.py`. ### docker -just clone this repo + +just clone this repo, remote into the container, use nano to edit `htt.conf`, and restart the container ## ToDo