From dd5b7f0e44e8995b5350197f6bf7717eaf8d9311 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 3 Jun 2023 14:26:46 +0200 Subject: [PATCH] Updated README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 398df36..26b8308 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@ # abgame -Simple choice game. +Simple choice game. ## Installation 1. Clone the Repo into `/opt/ab/` 2. Put A/B questions in `ab.txt` -3. Optional: Set config variables in `config.ini` -4. Install requirements (pip install -r requirements.txt) +3. Set config variables in `config.ini` +4. Install requirements (`pip install -r requirements.txt`) 5. Install `supervisord` 6. Copy `supervisor.conf` to `/etc/supervisor/conf.d/abgame.conf` 7. Reload supervisor (`supervisorctl reload`)