summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2018-12-14 12:46:43 +0100
committerHiltjo Posthuma <hiltjo@codemadness.org>2018-12-14 12:46:43 +0100
commitf62993ca41830aaa55a0e985f10ecc4fd55eda44 (patch)
tree69fb3e63b3b5f89fef1e3cea08550c31b6de0df4 /README
parenta03c7039eb703e86010c7c8bd2e462c01d4db7b7 (diff)
tweak README: move cp style.css from initial step to HTML example
+ change "append" to "change".
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index cb6d9bc..6789b15 100644
--- 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: