From 8faa66d94a0aef3246a1cf3dc5ccd46fc125ae7b Mon Sep 17 00:00:00 2001 From: Sebastian Reichel Date: Sat, 15 Sep 2018 00:10:39 +0200 Subject: README: fix headline syntax --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index aa6d2b6..d027d13 100644 --- a/README.md +++ b/README.md @@ -32,20 +32,20 @@ support for the following tasks: The system consists of multiple daemons written in Vala, which communicate with each other using DBus. -=== Building === +# Building * Install dependencies listed by `dpkg-checkbuilddeps` via `apt install` * Build the package with `dpkg-buildpackage -b` -=== Install === +# Install * `apt install ./shopsystem.deb` -=== Configuration === +# Configuration * Edit /etc/shopsystem/config.ini -=== Database === +# Database To use the web interface, you need add a super user first. Further user can then be imported using the web interface. Creation of the @@ -71,17 +71,17 @@ It will be restarted by any process, that needs the database DBus API. * `pkill -15 shop-database` * `sqlite3 /path/to/shopsystem.db` -=== Display on / off via MQTT === +# Display on / off via MQTT You can control display power via MQTT by configuring the MQTT settings (i.e. BROKER, TOPIC) in the config file. -=== Customize Your Shop === +# Customize Your Shop Edit the Logo in the logo.txt File. A helpful tool you will found here [http://patorjk.com/software/taag/](http://patorjk.com/software/taag/) -=== Some Vala resources === +# Some Vala resources * https://wiki.gnome.org/Projects/Vala/ValaForJavaProgrammers * https://valadoc.org/ -* https://getbootstrap.com/2.3.2/ \ No newline at end of file +* https://getbootstrap.com/2.3.2/ -- cgit v1.2.3