From ed4d92aae63ba684622c290282b2faa013ab8023 Mon Sep 17 00:00:00 2001 From: DogeyStamp Date: Sun, 10 Apr 2022 20:29:16 -0400 Subject: [PATCH] Clarify configuration in README --- README | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README b/README index 068505a..e43794a 100644 --- a/README +++ b/README @@ -33,6 +33,18 @@ MinRSS is configured via the config.h file, which you can create by either compiling MinRSS for the first time or copying config.def.h to it. To save your changes, recompile MinRSS. +You are required to input a list of URLs in config.h before compilation +in order to successfully run MinRSS. + + + static const linkStruct links[] = { + { + .url = "https://example.com/rss/", + .feedName = "example-feed", + }, + }; + + Using MinRSS ------------ Make a directory to store your RSS feeds, then cd into it. Then, enter