From fc980a4a734807796c06339790eee1bb049cc9fb Mon Sep 17 00:00:00 2001 From: Asad Date: Sat, 11 Jun 2022 01:20:36 +0100 Subject: [PATCH] chore(env): clarify default value mapping for `SUBREDDIT` --- .env.template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.env.template b/.env.template index f3a2fc8..2ff25d7 100644 --- a/.env.template +++ b/.env.template @@ -16,7 +16,8 @@ RANDOM_THREAD="" # Valid options are "light" and "dark". Default: "light" THEME="" -# Enter a subreddit, e.g. "AskReddit". +# Enter a subreddit, e.g. "AskReddit". If this isn't defined, you'll be asked when +# the programme runs. Simply press Enter if you wish to use the default "AskReddit" subreddit when prompted. SUBREDDIT="" # Filters the comments by range of lenght (min and max characters)