don't load from env, dunno, not working

This commit is contained in:
cellarspoon
2022-01-12 09:49:31 +01:00
parent fc3358cc20
commit afa2751b93
2 changed files with 4 additions and 1 deletions

View File

@ -61,6 +61,10 @@ lumbunglib-vid
export OUTPUT_DIR=content/feed
lumbunglib-feed # reads ./feeds_list.txt
export OUTPUT_DIR=content/hashtag
export MASTODON_AUTH_TOKEN=foobar
lumbunglib-hash
```
Afterwards, you can automatically run it with `make gen`.