Updated README

This commit is contained in:
root 2023-06-03 14:26:46 +02:00
parent f60ae31595
commit dd5b7f0e44
1 changed files with 3 additions and 3 deletions

View File

@ -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`)