sfeed

simple feed reader - forked from git.codemadness.org/sfeed
git clone git://src.gearsix.net/sfeed
Log | Files | Refs | Atom | README | LICENSE

commit f62993ca41830aaa55a0e985f10ecc4fd55eda44
parent a03c7039eb703e86010c7c8bd2e462c01d4db7b7
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Fri, 14 Dec 2018 12:46:43 +0100

tweak README: move cp style.css from initial step to HTML example

+ change "append" to "change".

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

diff --git a/README b/README @@ -18,9 +18,8 @@ Initial setup: mkdir -p "$HOME/.sfeed/feeds" cp sfeedrc.example "$HOME/.sfeed/sfeedrc" - cp style.css "$HOME/.sfeed/style.css" -Edit the configuration file and append any RSS/Atom feeds: +Edit the configuration file and change any RSS/Atom feeds: $EDITOR "$HOME/.sfeed/sfeedrc" @@ -40,6 +39,7 @@ Plain-text list: HTML view (no frames), copy style.css for a default style: + cp style.css "$HOME/.sfeed/style.css" sfeed_html $HOME/.sfeed/feeds/* > "$HOME/.sfeed/feeds.html" HTML view with frames and content, copy style.css for a default style: