summarylogtreecommitdiffstats
path: root/mylar.install
diff options
context:
space:
mode:
Diffstat (limited to 'mylar.install')
-rw-r--r--mylar.install9
1 files changed, 9 insertions, 0 deletions
diff --git a/mylar.install b/mylar.install
new file mode 100644
index 000000000000..6d8e78ba65bc
--- /dev/null
+++ b/mylar.install
@@ -0,0 +1,9 @@
+post_install() {
+ echo <<EOF
+mylar requires a ComicVine API key to really function
+Input the API key using the web interface
+Config file is at /etc/mylar/config.ini and data is stored in /var/lib/mylar
+No executable, use the systemd unit (# systemd start mylar)
+See https://github.com/evilhero/mylar for more info on configuring it.
+EOF
+}