Added env var disclaimer

This commit is contained in:
lluni 2022-12-10 00:49:03 +01:00
parent 8762852c8d
commit 4c3f56bf2b
Signed by: lluni
GPG key ID: ACEEB468BC325D35

View file

@ -13,7 +13,7 @@
3. Initialize Mastodon.py with e.g. `masto.py` (please refer to the [Mastodon.py docs](https://mastodonpy.readthedocs.io)). 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`: 5. Create a script `post_toots.sh` and make it executable `chmod +x post_toots.sh`: