aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.org12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.org b/README.org
index 72a0553..70490d6 100644
--- a/README.org
+++ b/README.org
@@ -13,6 +13,18 @@ I run this bot in my GNU Social instance at
[[https://social.systemreboot.net/apod][https://social.systemreboot.net/apod]]. Feel free to subscribe, or run
the bot on your own in your GNU Social instance.
+* Troubleshooting tip
+
+If you're having difficulty getting the script to work, it might help
+to add /-x/ to the shebang, like this:
+
+#+BEGIN_SRC bash
+ #! /usr/bin/bash -xefu
+#+END_SRC
+
+This makes bash print out the commands it is executing, and might help
+you figure out what's going wrong.
+
* License
The source code is in the public domain.