From 2c2fea82fddce70ddf11f2a24452efde55fe53cf Mon Sep 17 00:00:00 2001 From: luxick Date: Sat, 24 Feb 2018 14:25:26 +0100 Subject: [PATCH] Update README --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 970f872..d117d04 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # DrunkSoulsStatTool Over-engineered statistics tool for keeping track of a drinking game -# Running the application -## Build executable zip archive +## Running the application +### Build executable zip archive Run build script `$ python3 ./build.py` @@ -11,10 +11,10 @@ The archive will be saved into the `build` folder. The file is completly standal `$ ./build/dsst` -## Run python script directly +### Run python script directly `$ python3 ./dsst/__main__.py` -# Dependencies +## Dependencies - GObject (Gtk3) - mysqlclient (Python Mysql Driver) - peewee (ORM Framework)