summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorJohannes Rudolph <johannes.rudolph@gmx.com>2017-12-29 18:56:32 +0100
committerSebastian Reichel <sre@ring0.de>2018-06-28 01:52:53 +0200
commit16e73b8157e1bd1929d0e78d1347be14ab894a8d (patch)
treebd82253eae2b1977d6521253c473ce92c9947177 /README
parent7effa097b0cb2878ef012aea71b6b013498538a7 (diff)
downloadserial-barcode-scanner-16e73b8157e1bd1929d0e78d1347be14ab894a8d.tar.bz2
curses-ui: Load logo from file
This loads the ASCII art logo shown in the curses UI from a file instead of having it hard-coded in the binary.
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 5 insertions, 0 deletions
diff --git a/README b/README
index 29c498c..fdd141a 100644
--- a/README
+++ b/README
@@ -79,3 +79,8 @@ but you need to modify a few things.
`sqlite3 shop.db "INSERT INTO users (id, email, firstname, lastname) VALUES (1, 'test@tester', 'Firstname', 'Lastname');"`
* Setup user password
`mdbus2 -s io.mainframe.shopsystem.Database /io/mainframe/shopsystem/database io.mainframe.shopsystem.Database.SetUserPassword 1 "password"`
+
+== 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/)