From c04c8c5b8aa3c4d85b588ea38a8c5a82c636b22f Mon Sep 17 00:00:00 2001 From: DogeyStamp Date: Tue, 3 Aug 2021 15:29:11 -0400 Subject: [PATCH] Update README Add compatibility section and fix typo --- README | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README b/README index 8c3c430..3f29f3d 100644 --- a/README +++ b/README @@ -12,6 +12,12 @@ rss |--post `--other_post +Compatibility +------------- +This program is designed to work on Linux, but it should be possible +to make it run on other operating systems. If you can do that +successfully, please contact me about it. + Requirements ------------ You need libcurl and libxml2 to compile MinRSS. @@ -30,6 +36,6 @@ to it. To save your changes, recompile MinRSS. Using MinRSS ------------ -Make a directory to store you RSS feeds, then cd into it. Then, enter +Make a directory to store your RSS feeds, then cd into it. Then, enter the minrss command to download the RSS feeds. Your feeds will be available as folders in your current working directory.