Clarify configuration in README

This commit is contained in:
dogeystamp 2022-04-10 20:29:16 -04:00
parent 23f6084eeb
commit ed4d92aae6
Signed by: dogeystamp
GPG Key ID: 7225FE3592EFFA38

12
README
View File

@ -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