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

@ -6,8 +6,8 @@ Simple choice game.
1. Clone the Repo into `/opt/ab/` 1. Clone the Repo into `/opt/ab/`
2. Put A/B questions in `ab.txt` 2. Put A/B questions in `ab.txt`
3. Optional: Set config variables in `config.ini` 3. Set config variables in `config.ini`
4. Install requirements (pip install -r requirements.txt) 4. Install requirements (`pip install -r requirements.txt`)
5. Install `supervisord` 5. Install `supervisord`
6. Copy `supervisor.conf` to `/etc/supervisor/conf.d/abgame.conf` 6. Copy `supervisor.conf` to `/etc/supervisor/conf.d/abgame.conf`
7. Reload supervisor (`supervisorctl reload`) 7. Reload supervisor (`supervisorctl reload`)