Added README.md content
This commit is contained in:
parent
c5a8ec8f2b
commit
44555aaa35
12
README.md
12
README.md
|
@ -1,2 +1,14 @@
|
||||||
# abgame
|
# abgame
|
||||||
|
|
||||||
|
Simple choice game.
|
||||||
|
|
||||||
|
## Installation
|
||||||
|
|
||||||
|
1. Clone the Repo into `/opt/ab/`
|
||||||
|
2. Put A/B questions in `ab.txt`
|
||||||
|
3. Optional: Set `title` and `separator` variables in `game.py`
|
||||||
|
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`)
|
||||||
|
8. Open your browser and navigate to `http://localhost:5000`
|
||||||
|
|
Loading…
Reference in New Issue