From 4c3f56bf2b9fabf0d9c9ebb5bf8776afab72f522 Mon Sep 17 00:00:00 2001 From: lluni Date: Sat, 10 Dec 2022 00:49:03 +0100 Subject: [PATCH] Added env var disclaimer --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 04a3ad4..5253b50 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ 3. Initialize Mastodon.py with e.g. `masto.py` (please refer to the [Mastodon.py docs](https://mastodonpy.readthedocs.io)). -4. Set all `.env` variables if there are any remaining. +4. Set all `.env` variables if there are any remaining. (The code does not check for missing environment variables and assumes that everything is set correctly.) 5. Create a script `post_toots.sh` and make it executable `chmod +x post_toots.sh`: