Updated README
This commit is contained in:
parent
f60ae31595
commit
dd5b7f0e44
|
@ -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`)
|
||||
|
|
Loading…
Reference in New Issue