summarylogtreecommitdiffstats
path: root/reddit-placebot.install
diff options
context:
space:
mode:
Diffstat (limited to 'reddit-placebot.install')
-rw-r--r--reddit-placebot.install19
1 files changed, 18 insertions, 1 deletions
diff --git a/reddit-placebot.install b/reddit-placebot.install
index 532c0aac7386..b261d097dddd 100644
--- a/reddit-placebot.install
+++ b/reddit-placebot.install
@@ -1,3 +1,20 @@
post_install() {
- echo "start using 'systemctl --user start reddit-placebot'"
+ cat <<EOF
+Create a file users.json in ~/.config/reddit-placebot/users.json as follows:
+
+{
+ "YourRedditUserName": "YourRedditPassword",
+ "OtherAccount": "OtherPassword",
+ "MoreThrowaways": "MorePasswords"
+}
+
+then start the service using
+
+ systemctl --user start reddit-placebot
+
+and monitor the output using
+
+ journalctl --user --follow --unit reddit-placebot
+EOF
+
}