sfeed

Simple RSS and Atom feed parser
git clone https://git.sinitax.com/codemadness/sfeed
Log | Files | Refs | README | LICENSE | Upstream | sfeed.txt

commit 80a1ee37807f7be900a9bb9281f98e33b6a890a1
parent 94c2ea473abd4c107b40e727488d15c413d2a364
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Fri, 26 Nov 2021 20:38:11 +0100

README: reword the part mentioning SFEED_THEME

Diffstat:
MREADME | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README b/README @@ -22,8 +22,8 @@ $ make SFEED_CURSES="" # make SFEED_CURSES="" install -To change the default theme you can set SFEED_THEME. See the themes/ directory -for the theme names. +To change the theme for sfeed_curses you can set SFEED_THEME. See the themes/ +directory for the theme names. $ make SFEED_THEME="templeos" # make SFEED_THEME="templeos" install