Added env var disclaimer
This commit is contained in:
parent
8762852c8d
commit
4c3f56bf2b
1 changed files with 1 additions and 1 deletions
|
@ -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`:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue