summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Reichel <sre@ring0.de>2018-09-15 00:10:39 +0200
committerSebastian Reichel <sre@ring0.de>2018-09-15 00:10:39 +0200
commit8faa66d94a0aef3246a1cf3dc5ccd46fc125ae7b (patch)
treed2455245cd09c8b53f62eddabaf664e030c1db22
parent26254ca32ed6d4b2d473579b7d7e1117109e909c (diff)
downloadserial-barcode-scanner-8faa66d94a0aef3246a1cf3dc5ccd46fc125ae7b.tar.bz2
README: fix headline syntax
-rw-r--r--README.md16
1 files 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/